@@ -69,7 +69,7 @@ |
||
69 | 69 | /** |
70 | 70 | * Figure out what to do with a request |
71 | 71 | * |
72 | - * @return \yolk\app\Response |
|
72 | + * @return Response |
|
73 | 73 | */ |
74 | 74 | public function dispatch( Request $request ) { |
75 | 75 | $response = parent::dispatch( $request ); |
@@ -243,7 +243,7 @@ discard block |
||
243 | 243 | /** |
244 | 244 | * Determines if the specified handler is a controller class/method handler |
245 | 245 | * in the format Foo::bar |
246 | - * @param mixed $handler |
|
246 | + * @param callable $handler |
|
247 | 247 | * @return boolean |
248 | 248 | */ |
249 | 249 | protected function isControllerClassHandler( $handler ) { |
@@ -252,7 +252,7 @@ discard block |
||
252 | 252 | |
253 | 253 | /** |
254 | 254 | * Determines if the specified handler is an instance of the Controller interface. |
255 | - * @param mixed $handler |
|
255 | + * @param callable $handler |
|
256 | 256 | * @return boolean |
257 | 257 | */ |
258 | 258 | protected function isControllerInstanceHandler( $handler ) { |