Completed
Push — master ( f7ee5f...7c37a7 )
by Oleg
08:25
created
micro/base/FatalError.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
      */
56 56
     protected static function doRun()
57 57
     {
58
-        $str  = '<div class="error" style="width: 100%;">';
58
+        $str = '<div class="error" style="width: 100%;">';
59 59
             $str .= '<h2>FatalError ' . static::$number . ' - ' . static::$message . ' on ' . static::$file . ':' . static::$line . '</h2>';
60 60
 
61 61
             $str .= '<table width="100%" style="width: 100%">';
Please login to merge, or discard this patch.
micro/Micro.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -135,7 +135,7 @@
 block discarded – undo
135 135
             $this->container->dispatcher = new Dispatcher;
136 136
         }
137 137
 
138
-        $this->addListener('kernel.kill', function (array $params) {
138
+        $this->addListener('kernel.kill', function(array $params) {
139 139
             if ($params['container']->kernel->isDebug() && !$params['container']->request->isCli()) {
140 140
                 // Add timer into page
141 141
                 echo '<div class=debug_timer>', (microtime(true) - $params['container']->kernel->getStartTime()), '</div>';
Please login to merge, or discard this patch.