@@ -103,7 +103,7 @@ |
||
103 | 103 | $this->inc5xxResponsesTotal($requestMethod, $requestRoute); |
104 | 104 | } |
105 | 105 | |
106 | - if($this->stopwatch && $this->stopwatch->isStarted('execution_time')) { |
|
106 | + if ($this->stopwatch && $this->stopwatch->isStarted('execution_time')) { |
|
107 | 107 | $evt = $this->stopwatch->stop('execution_time'); |
108 | 108 | if (null !== $evt) { |
109 | 109 | $this->setRequestDuration($evt->getDuration() / 1000, $requestMethod, $requestRoute); |