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