diff --git a/System/Error/ErrorHandler.php b/System/Error/ErrorHandler.php index 267b360b..f65e0c79 100644 --- a/System/Error/ErrorHandler.php +++ b/System/Error/ErrorHandler.php @@ -35,7 +35,7 @@ class ErrorHandler extends Component implements ErrorInterface */ public function register() { - ini_set('display_errors', 0); + ini_set('display_errors', '0'); set_exception_handler([$this, 'exceptionHandler']); if (defined('HHVM_VERSION')) { set_error_handler([$this, 'errorHandler']);