Completed
Pull Request — master (#1)
by Randy
06:23
created
src/Weew/ErrorHandler/Exceptions/RecoverableException.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
     }
79 79
 
80 80
     /**
81
-     * @return int
81
+     * @return string
82 82
      */
83 83
     public function getErrorLine() {
84 84
         return $this->errorLine;
Please login to merge, or discard this patch.
src/Weew/ErrorHandler/ErrorHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -244,7 +244,7 @@
 block discarded – undo
244 244
     }
245 245
 
246 246
     /**
247
-     * @param Throwable $ex
247
+     * @param Exception $ex
248 248
      *
249 249
      * @throws Throwable
250 250
      */
Please login to merge, or discard this patch.