Apply new CS rules on the news-on-homepage feature

This commit is contained in:
2024-01-15 20:57:51 +01:00
parent 8cc5859a3b
commit f5879cf275
7 changed files with 46 additions and 17 deletions

View File

@@ -28,7 +28,8 @@ final readonly class NewsItemHistoryController
private readonly PaginatorFactory $paginatorFactory,
private readonly FilterOrderHelperFactoryInterface $filterOrderHelperFactory,
private readonly Environment $environment,
) {}
) {
}
/**
* @Route("/{_locale}/news-items/history", name="chill_main_news_items_history")