From bd0b45b4ddd18bddc8616252c7cfaa130c23577f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 22 Apr 2022 12:47:50 +0200 Subject: [PATCH] fix cs --- .../PersistNotificationOnTerminateEventSubscriber.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Bundle/ChillMainBundle/Notification/EventListener/PersistNotificationOnTerminateEventSubscriber.php b/src/Bundle/ChillMainBundle/Notification/EventListener/PersistNotificationOnTerminateEventSubscriber.php index 9a61043ff..cb9d2db92 100644 --- a/src/Bundle/ChillMainBundle/Notification/EventListener/PersistNotificationOnTerminateEventSubscriber.php +++ b/src/Bundle/ChillMainBundle/Notification/EventListener/PersistNotificationOnTerminateEventSubscriber.php @@ -15,6 +15,7 @@ use Chill\MainBundle\Notification\NotificationPersisterInterface; use Doctrine\ORM\EntityManagerInterface; use Symfony\Component\EventDispatcher\EventSubscriberInterface; use Symfony\Component\HttpKernel\Event\TerminateEvent; +use function count; class PersistNotificationOnTerminateEventSubscriber implements EventSubscriberInterface {