Skip to content

Commit 703a8e9

Browse files
Fix docblocks about callables
1 parent 0d6742e commit 703a8e9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Controller/ControllerResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ protected function doGetArguments(Request $request, $controller, array $paramete
145145
*
146146
* @param string $controller A Controller string
147147
*
148-
* @return mixed A PHP callable
148+
* @return callable A PHP callable
149149
*
150150
* @throws \InvalidArgumentException
151151
*/

Event/FilterControllerEvent.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ class FilterControllerEvent extends KernelEvent
2929
{
3030
/**
3131
* The current controller.
32-
*
33-
* @var callable
3432
*/
3533
private $controller;
3634

0 commit comments

Comments
 (0)