@@ -139,7 +139,7 @@ discard block |
||
| 139 | 139 | * - appendHandler to add handler to be executed as last (add to the top of the stack) |
| 140 | 140 | * - prependHandler to add the handler to be executed as first (add to the bottom of the stack) |
| 141 | 141 | * |
| 142 | - * @return array |
|
| 142 | + * @return HandlerInterface[] |
|
| 143 | 143 | */ |
| 144 | 144 | public function getHandlers() |
| 145 | 145 | { |
@@ -304,7 +304,7 @@ discard block |
||
| 304 | 304 | * Handles an exception, ultimately generating a Whoops error |
| 305 | 305 | * page. |
| 306 | 306 | * |
| 307 | - * @param \Throwable $exception |
|
| 307 | + * @param ErrorException $exception |
|
| 308 | 308 | * @return string Output generated by handlers |
| 309 | 309 | */ |
| 310 | 310 | public function handleException($exception) |