@@ -81,7 +81,7 @@ discard block |
||
| 81 | 81 | /** |
| 82 | 82 | * Returns an array with all handlers, in the |
| 83 | 83 | * order they were added to the stack. |
| 84 | - * @return array |
|
| 84 | + * @return HandlerInterface[] |
|
| 85 | 85 | */ |
| 86 | 86 | public function getHandlers() |
| 87 | 87 | { |
@@ -150,7 +150,6 @@ discard block |
||
| 150 | 150 | |
| 151 | 151 | /** |
| 152 | 152 | * Should Whoops allow Handlers to force the script to quit? |
| 153 | - * @param bool|int $exit |
|
| 154 | 153 | * @return bool |
| 155 | 154 | */ |
| 156 | 155 | public function allowQuit($allow = null) |
@@ -235,7 +234,7 @@ discard block |
||
| 235 | 234 | * Handles an exception, ultimately generating a Whoops error |
| 236 | 235 | * page. |
| 237 | 236 | * |
| 238 | - * @param \Throwable $exception |
|
| 237 | + * @param ErrorException $exception |
|
| 239 | 238 | * @return string Output generated by handlers |
| 240 | 239 | */ |
| 241 | 240 | public function handleException($exception) |