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;