From 38886cd0b64dc2df344f314d8a650b67728e2ee9 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Wed, 20 Nov 2024 10:23:33 +0100 Subject: [PATCH] Rector correction in NotificationOnTransition --- .../Workflow/EventSubscriber/NotificationOnTransition.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/ChillMainBundle/Workflow/EventSubscriber/NotificationOnTransition.php b/src/Bundle/ChillMainBundle/Workflow/EventSubscriber/NotificationOnTransition.php index 63482ddff..17f5194cc 100644 --- a/src/Bundle/ChillMainBundle/Workflow/EventSubscriber/NotificationOnTransition.php +++ b/src/Bundle/ChillMainBundle/Workflow/EventSubscriber/NotificationOnTransition.php @@ -31,7 +31,7 @@ class NotificationOnTransition implements EventSubscriberInterface private readonly MetadataExtractor $metadataExtractor, private readonly Security $security, private readonly Registry $registry, - private EntityWorkflowManager $entityWorkflowManager, + private readonly EntityWorkflowManager $entityWorkflowManager, ) {} public static function getSubscribedEvents(): array