Completed
Branch — master (a84c2e)
by Maxim
08:14
created
src/Weew/App/ErrorHandler/Bugsnag/BugsnagErrorHandler.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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);
Please login to merge, or discard this patch.