|
@@ -45,7 +45,7 @@ |
|
|
block discarded – undo |
|
45
|
45
|
$gauge->incr(); |
|
46
|
46
|
$time = hrtime(true); |
|
47
|
47
|
|
|
48
|
|
- return resolve($next($request))->then(function (ResponseInterface $response) use ($method, $gauge, $time): ResponseInterface { |
|
|
48
|
+ return resolve($next($request))->then(function(ResponseInterface $response) use ($method, $gauge, $time): ResponseInterface { |
|
49
|
49
|
/** @psalm-suppress PossiblyInvalidOperand */ |
|
50
|
50
|
$this->responseTime->summary( |
|
51
|
51
|
new Label('method', $method), |
Please login to merge, or discard this patch.