Skip to content

Commit 3fc450a

Browse files
committed
Merge branch 'master' of github.com:chevronphp/errhandler
2 parents 13f7c49 + a5e72de commit 3fc450a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ErrorHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ function __invoke(){
1818
list($errno, $errstr, $errfile, $errline) = func_get_args();
1919
throw new \ErrorException($errstr, 500, $errno, $errfile, $errline);
2020
}
21-
}
21+
}

0 commit comments

Comments
 (0)