@@ -125,7 +125,7 @@ discard block |
||
125 | 125 | /** |
126 | 126 | * Returns an array with all handlers, in the |
127 | 127 | * order they were added to the queue. |
128 | - * @return array |
|
128 | + * @return HandlerInterface[] |
|
129 | 129 | */ |
130 | 130 | public function getHandlers() |
131 | 131 | { |
@@ -290,7 +290,7 @@ discard block |
||
290 | 290 | * Handles an exception, ultimately generating a Whoops error |
291 | 291 | * page. |
292 | 292 | * |
293 | - * @param \Throwable $exception |
|
293 | + * @param ErrorException $exception |
|
294 | 294 | * @return string Output generated by handlers |
295 | 295 | */ |
296 | 296 | public function handleException($exception) |