1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12715] Cleanup comments in \phpbb\controller\*

PHPBB3-12715
This commit is contained in:
Tristan Darricau
2014-06-15 12:38:00 +02:00
parent 8966e4a269
commit 358a10d8a9
3 changed files with 9 additions and 7 deletions

View File

@@ -122,7 +122,7 @@ class resolver implements ControllerResolverInterface
*
* @param \Symfony\Component\HttpFoundation\Request $request Symfony Request object
* @param mixed $controller A callable (controller class, method)
* @return bool False
* @return array An array of arguments to pass to the controller
* @throws \phpbb\controller\exception
*/
public function getArguments(Request $request, $controller)