@@ -12,6 +12,7 @@ discard block |
||
| 12 | 12 | * Set the caught error. |
| 13 | 13 | * |
| 14 | 14 | * @param \Throwable|\Exception|\Error |
| 15 | + * @return void |
|
| 15 | 16 | */ |
| 16 | 17 | public function setError($error); |
| 17 | 18 | |
@@ -26,6 +27,7 @@ discard block |
||
| 26 | 27 | * Log an error or exception |
| 27 | 28 | * |
| 28 | 29 | * @param \Exception|\Error $error |
| 30 | + * @return void |
|
| 29 | 31 | */ |
| 30 | 32 | public function log($error); |
| 31 | 33 | } |