@@ -51,7 +51,7 @@ discard block |
||
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 |
||
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 | } |