@@ -57,7 +57,7 @@ |
||
| 57 | 57 | */ |
| 58 | 58 | protected function initErrorHandler() |
| 59 | 59 | { |
| 60 | - register_shutdown_function(function(){ |
|
| 60 | + register_shutdown_function(function() { |
|
| 61 | 61 | if ($error = error_get_last()) { |
| 62 | 62 | Log::log(Logger::EMERGENCY, \json_encode($error)); |
| 63 | 63 | } |