@@ -52,7 +52,7 @@ discard block |
||
| 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 |
||
| 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; |