diff --git a/src/SWP/Bundle/CoreBundle/Controller/ContentListItemController.php b/src/SWP/Bundle/CoreBundle/Controller/ContentListItemController.php index b9a850497..65c7782a7 100644 --- a/src/SWP/Bundle/CoreBundle/Controller/ContentListItemController.php +++ b/src/SWP/Bundle/CoreBundle/Controller/ContentListItemController.php @@ -62,7 +62,7 @@ public function __construct( ContentListServiceInterface $contentListService, EventDispatcherInterface $eventDispatcher, string $invalidationCacheUrl, - string $invalidationToken, + string $invalidationToken ) { $this->contentListItemRepository = $contentListItemRepository; $this->entityManager = $entityManager;