From 0e8ada150196ab109c468ff860027e696b42502a Mon Sep 17 00:00:00 2001 From: Georg Ringer Date: Mon, 15 Apr 2024 22:06:09 +0200 Subject: [PATCH] [TASK] Add type to NewsController:initializeAction --- Classes/Controller/NewsController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/Controller/NewsController.php b/Classes/Controller/NewsController.php index 78e16800e2..097c5c07a5 100644 --- a/Classes/Controller/NewsController.php +++ b/Classes/Controller/NewsController.php @@ -89,7 +89,7 @@ public function __construct( /** * Initializes the current action */ - protected function initializeAction() + protected function initializeAction(): void { GeneralUtility::makeInstance(ClassCacheManager::class)->reBuildSimple(); $this->buildSettings();