mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-06 06:44:59 +00:00
apply rules rector up to php82
This commit is contained in:
@@ -27,7 +27,7 @@ class WorkflowNormalizer implements ContextAwareNormalizerInterface, NormalizerA
|
||||
|
||||
private const IGNORE_ENTITY_WORKFLOW = 'ignore:entity_workflow';
|
||||
|
||||
public function __construct(private Registry $registry, private MetadataExtractor $metadataExtractor)
|
||||
public function __construct(private readonly Registry $registry, private readonly MetadataExtractor $metadataExtractor)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user