diff --git a/src/ErrorHandler.php b/src/ErrorHandler.php index 9a44fed..5441668 100644 --- a/src/ErrorHandler.php +++ b/src/ErrorHandler.php @@ -18,4 +18,4 @@ function __invoke(){ list($errno, $errstr, $errfile, $errline) = func_get_args(); throw new \ErrorException($errstr, 500, $errno, $errfile, $errline); } -} \ No newline at end of file +}