@@ -33,7 +33,7 @@ discard block |
||
33 | 33 | } |
34 | 34 | |
35 | 35 | /** |
36 | - * @return IErrorHandler¨ |
|
36 | + * @return IErrorHandler |
|
37 | 37 | */ |
38 | 38 | public function getErrorHandler() { |
39 | 39 | return $this->errorHandler; |
@@ -81,7 +81,7 @@ discard block |
||
81 | 81 | /** |
82 | 82 | * @param IError $error |
83 | 83 | * |
84 | - * @return bool |
|
84 | + * @return boolean|null |
|
85 | 85 | */ |
86 | 86 | public function handleError(IError $error) { |
87 | 87 | $this->bugsnagClient->errorHandler( |
@@ -95,7 +95,7 @@ discard block |
||
95 | 95 | /** |
96 | 96 | * @param Exception $exception |
97 | 97 | * |
98 | - * @return bool |
|
98 | + * @return boolean|null |
|
99 | 99 | */ |
100 | 100 | public function handleException(Exception $exception) { |
101 | 101 | $this->bugsnagClient->exceptionHandler($exception); |