mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
[feature/controller] Fix param block for controller callable
PHPBB3-10864
This commit is contained in:
parent
0c75d3d7da
commit
c2f352ab35
@ -90,7 +90,7 @@ class phpbb_controller_resolver implements ControllerResolverInterface
|
|||||||
* controller.
|
* controller.
|
||||||
*
|
*
|
||||||
* @param Symfony\Component\HttpFoundation\Request $request Symfony Request object
|
* @param Symfony\Component\HttpFoundation\Request $request Symfony Request object
|
||||||
* @param string $controller Controller class name
|
* @param mixed $controller A callable (controller class, method)
|
||||||
* @return bool False
|
* @return bool False
|
||||||
* @throws phpbb_controller_exception
|
* @throws phpbb_controller_exception
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user