@@ -25,7 +25,7 @@ |
||
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 | } |