@@ -16,7 +16,7 @@ |
||
| 16 | 16 | |
| 17 | 17 | function it_throws_runtime_exception_when_file_doesnt_exists_and_custom_error_handler_specified() |
| 18 | 18 | { |
| 19 | - $custom_error_handler = function ($errno, $errstr, $errfile, $errline) { |
|
| 19 | + $custom_error_handler = function($errno, $errstr, $errfile, $errline) { |
|
| 20 | 20 | throw new \ErrorException($errstr, 0, $errno, $errfile, $errline); |
| 21 | 21 | }; |
| 22 | 22 | set_error_handler($custom_error_handler); |