Skip to content

Commit

Permalink
[TASK] Backend: Core optimization
Browse files Browse the repository at this point in the history
Adjust method signatures.

Resolves: #3376
  • Loading branch information
3l73 authored and dkd-kaehm committed Feb 3, 2023
1 parent d6c4719 commit 36cc242
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class CoreOptimizationModuleController extends AbstractModuleController
* @throws Throwable
* @noinspection PhpUnused
*/
protected function initializeView($view)
protected function initializeView(ViewInterface $view)
{
parent::initializeView($view);
$this->generateCoreSelectorMenuUsingPageTree();
Expand Down

0 comments on commit 36cc242

Please sign in to comment.