Completed
Push — master ( 9194bc...dd5fd3 )
by Maxim
02:26
created
src/Weew/App/ErrorHandler/ErrorHandlerProvider.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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();
Please login to merge, or discard this patch.