Skip to content

Commit

Permalink
Prevent IDE from reporting an error here.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Jan 28, 2017
1 parent 2153961 commit 5c20565
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Controller/Controller.php
Expand Up @@ -430,6 +430,7 @@ public function invokeAction()
'plugin' => $request->getParam('plugin'),
]);
}
/* @var callable $callable */
$callable = [$this, $request->getParam('action')];

return $callable(...$request->getParam('pass'));
Expand Down

0 comments on commit 5c20565

Please sign in to comment.