We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cace470 + 42eb071 commit 3d74b19Copy full SHA for 3d74b19
src/Collector/Collector.php
@@ -195,7 +195,7 @@ public function getTotalDuration()
195
/**
196
* {@inheritdoc}
197
*/
198
- public function collect(Request $request, Response $response, $exception = null)
+ public function collect(Request $request, Response $response, $exception = null): void
199
{
200
// We do not need to collect any data from the Symfony Request and Response
201
}
0 commit comments