@@ -72,7 +72,7 @@ discard block |
||
| 72 | 72 | /** |
| 73 | 73 | * Returns an array with all handlers, in the |
| 74 | 74 | * order they were added to the stack. |
| 75 | - * @return array |
|
| 75 | + * @return HandlerInterface[] |
|
| 76 | 76 | */ |
| 77 | 77 | public function getHandlers() |
| 78 | 78 | { |
@@ -141,7 +141,7 @@ discard block |
||
| 141 | 141 | |
| 142 | 142 | /** |
| 143 | 143 | * Should Whoops allow Handlers to force the script to quit? |
| 144 | - * @param bool|int $exit |
|
| 144 | + * @param boolean $exit |
|
| 145 | 145 | * @return bool |
| 146 | 146 | */ |
| 147 | 147 | public function allowQuit($exit = null) |
@@ -226,7 +226,7 @@ discard block |
||
| 226 | 226 | * Handles an exception, ultimately generating a Whoops error |
| 227 | 227 | * page. |
| 228 | 228 | * |
| 229 | - * @param mixed $exception |
|
| 229 | + * @param ErrorException $exception |
|
| 230 | 230 | * @return string Output generated by handlers |
| 231 | 231 | */ |
| 232 | 232 | public function handleException($exception) |