Completed
Push — master ( 888f25...09ff16 )
by Dmitry
16:03 queued 16:02
created
src/debug/DebugPanel.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
         return $this->render('summary', [
53 53
             'url' => $this->getUrl(),
54 54
             'count' => count($timings),
55
-            'total' => number_format($total * 1000) . ' ms',
55
+            'total' => number_format($total * 1000).' ms',
56 56
         ]);
57 57
     }
58 58
 
@@ -123,7 +123,7 @@  discard block
 block discarded – undo
123 123
     public function getViewPath()
124 124
     {
125 125
         if ($this->_viewPath === null) {
126
-            $this->_viewPath = dirname(__DIR__) . '/views/debug';
126
+            $this->_viewPath = dirname(__DIR__).'/views/debug';
127 127
         }
128 128
 
129 129
         return $this->_viewPath;
Please login to merge, or discard this patch.