Skip to content

Commit

Permalink
[TASK] Add type to NewsController:initializeAction
Browse files Browse the repository at this point in the history
  • Loading branch information
georgringer committed Apr 15, 2024
1 parent e5783b1 commit 0e8ada1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Controller/NewsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 0e8ada1

Please sign in to comment.