Completed
Push — master ( 468859...df8f8d )
by Maxim
05:12
created
src/Application.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
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
             }
Please login to merge, or discard this patch.