Completed
Push — master ( 59b3e2...6dd6b9 )
by Andrii
15:38
created
src/debug/DebugPanel.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
         return $this->render('summary', [
52 52
             'url'   => $this->getUrl(),
53 53
             'count' => count($timings),
54
-            'total' => number_format($total * 1000) . ' ms',
54
+            'total' => number_format($total * 1000).' ms',
55 55
         ]);
56 56
     }
57 57
 
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
     public function getViewPath()
126 126
     {
127 127
         if ($this->_viewPath === null) {
128
-            $this->_viewPath = dirname(__DIR__) . '/views/debug';
128
+            $this->_viewPath = dirname(__DIR__).'/views/debug';
129 129
         }
130 130
         return $this->_viewPath;
131 131
     }
Please login to merge, or discard this patch.