From 1cd153fb78827d295202d871b2ae73315b47176b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 13 Apr 2023 09:58:22 +0200 Subject: [PATCH] DX: fix CS --- .../Workflow/Notification/WorkflowNotificationHandler.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Bundle/ChillMainBundle/Workflow/Notification/WorkflowNotificationHandler.php b/src/Bundle/ChillMainBundle/Workflow/Notification/WorkflowNotificationHandler.php index 438e4c0e3..d3e848d41 100644 --- a/src/Bundle/ChillMainBundle/Workflow/Notification/WorkflowNotificationHandler.php +++ b/src/Bundle/ChillMainBundle/Workflow/Notification/WorkflowNotificationHandler.php @@ -30,8 +30,7 @@ class WorkflowNotificationHandler implements NotificationHandlerInterface EntityWorkflowRepository $entityWorkflowRepository, EntityWorkflowManager $entityWorkflowManager, Security $security - ) - { + ) { $this->entityWorkflowRepository = $entityWorkflowRepository; $this->entityWorkflowManager = $entityWorkflowManager; $this->security = $security;