Skip to content

Commit

Permalink
[TASK] Adjust controller methods signature for TYPO3 13
Browse files Browse the repository at this point in the history
  • Loading branch information
fnagel committed Mar 27, 2024
1 parent e73cd33 commit c8075dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Controller/AbstractController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'];
Expand Down

0 comments on commit c8075dc

Please sign in to comment.