@@ -26,6 +26,9 @@ discard block |
||
| 26 | 26 | set_exception_handler([$this, 'handleException']); |
| 27 | 27 | } |
| 28 | 28 | |
| 29 | + /** |
|
| 30 | + * @param boolean $verbose |
|
| 31 | + */ |
|
| 29 | 32 | public function setVerbose($verbose) |
| 30 | 33 | { |
| 31 | 34 | $this->verbose = $verbose; |
@@ -56,7 +59,7 @@ discard block |
||
| 56 | 59 | * @param string $file |
| 57 | 60 | * @param int $line |
| 58 | 61 | * @param array $context |
| 59 | - * @return bool |
|
| 62 | + * @return false|null |
|
| 60 | 63 | */ |
| 61 | 64 | public function handleError($code, $message, $file, $line, $context) |
| 62 | 65 | { |