@@ -16,7 +16,7 @@ discard block |
||
| 16 | 16 | * |
| 17 | 17 | * @param string $method the request method. |
| 18 | 18 | * @param string $path that was matched. |
| 19 | - * @param string|array $action base for the callable. |
|
| 19 | + * @param callable|null $action base for the callable. |
|
| 20 | 20 | * @param array $arguments optional arguments. |
| 21 | 21 | * @param ContainerInjectableInterface $di container with services. |
| 22 | 22 | * |
@@ -138,7 +138,6 @@ discard block |
||
| 138 | 138 | * |
| 139 | 139 | * @param string|array $action base for the callable |
| 140 | 140 | * @param array $arguments optional arguments |
| 141 | - * @param ContainerInjectableInterface $di container with services |
|
| 142 | 141 | * |
| 143 | 142 | * @return mixed as the result from the route handler. |
| 144 | 143 | */ |
@@ -459,7 +459,7 @@ |
||
| 459 | 459 | /** |
| 460 | 460 | * Get the route for the last route that was handled. |
| 461 | 461 | * |
| 462 | - * @return mixed |
|
| 462 | + * @return string |
|
| 463 | 463 | */ |
| 464 | 464 | public function getLastRoute() |
| 465 | 465 | { |