mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 22:35:01 +00:00
php cs fixes after updating php cs fixer
This commit is contained in:
@@ -25,7 +25,9 @@ class WorkflowNormalizer implements ContextAwareNormalizerInterface, NormalizerA
|
||||
|
||||
private const IGNORE_ENTITY_WORKFLOW = 'ignore:entity_workflow';
|
||||
|
||||
public function __construct(private readonly Registry $registry, private readonly MetadataExtractor $metadataExtractor) {}
|
||||
public function __construct(private readonly Registry $registry, private readonly MetadataExtractor $metadataExtractor)
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* @param EntityWorkflow $object
|
||||
|
Reference in New Issue
Block a user