@@ -28,7 +28,7 @@ discard block |
||
28 | 28 | /** |
29 | 29 | * @param IError $error |
30 | 30 | * |
31 | - * @return bool |
|
31 | + * @return boolean|null |
|
32 | 32 | */ |
33 | 33 | public function handleError(IError $error) { |
34 | 34 | $this->setInternalServerErrorStatusCode(); |
@@ -37,7 +37,7 @@ discard block |
||
37 | 37 | /** |
38 | 38 | * @param Exception $exception |
39 | 39 | * |
40 | - * @return bool |
|
40 | + * @return boolean|null |
|
41 | 41 | */ |
42 | 42 | public function handleException(Exception $exception) { |
43 | 43 | $this->setInternalServerErrorStatusCode(); |