From 89e7eb85ffd72005b119780870ca76207f315dc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 22 Mar 2022 22:36:01 +0100 Subject: [PATCH] fix cs --- .../ChillActivityBundle/Controller/ActivityController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Bundle/ChillActivityBundle/Controller/ActivityController.php b/src/Bundle/ChillActivityBundle/Controller/ActivityController.php index 97861ba67..a89b1d67c 100644 --- a/src/Bundle/ChillActivityBundle/Controller/ActivityController.php +++ b/src/Bundle/ChillActivityBundle/Controller/ActivityController.php @@ -231,7 +231,7 @@ final class ActivityController extends AbstractController 'template' => $form->get('gendocTemplateId')->getData(), 'entityClassName' => Activity::class, 'entityId' => $entity->getId(), - 'returnPath' => $this->generateUrl('chill_activity_activity_edit', $params) + 'returnPath' => $this->generateUrl('chill_activity_activity_edit', $params), ] ); } @@ -448,7 +448,7 @@ final class ActivityController extends AbstractController 'entityId' => $entity->getId(), 'returnPath' => $this->generateUrl('chill_activity_activity_edit', [ 'id' => $entity->getId(), - ]) + ]), ] ); }