Completed
Branch master (3f2530)
by Maxim
06:52
created
Category
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.