Completed
Push — master ( 3f2530...45a06f )
by Maxim
02:37
created
src/Weew/App/ErrorHandler/BlackHole/BlackHoleErrorHandler.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
      */
26 26
     public function enable() {
27 27
         // suppress all errors
28
-        $this->errorHandler->addErrorHandler(function() {return true;});
29
-        $this->errorHandler->addExceptionHandler(function(Exception $ex) {return true;});
28
+        $this->errorHandler->addErrorHandler(function() {return true; });
29
+        $this->errorHandler->addExceptionHandler(function(Exception $ex) {return true; });
30 30
     }
31 31
 }
Please login to merge, or discard this patch.