From c8075dccdef8b868cec24a5720f4ac0147ebc49c Mon Sep 17 00:00:00 2001 From: Felix Nagel Date: Wed, 27 Mar 2024 17:13:23 +0100 Subject: [PATCH] [TASK] Adjust controller methods signature for TYPO3 13 --- Classes/Controller/AbstractController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/Controller/AbstractController.php b/Classes/Controller/AbstractController.php index fd4fb09..4d0d2c2 100644 --- a/Classes/Controller/AbstractController.php +++ b/Classes/Controller/AbstractController.php @@ -128,7 +128,7 @@ protected function initializeView($view) /** * {@inheritdoc} */ - protected function initializeAction() + protected function initializeAction(): void { $this->cObjData = $this->getContentElementData(); $this->gallerySettings = $this->settings['gallery'];