We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3be1369 commit 12a8974Copy full SHA for 12a8974
pkg/enqueue-bundle/Profiler/MessageQueueCollector.php
@@ -8,7 +8,7 @@
8
9
class MessageQueueCollector extends AbstractMessageQueueCollector
10
{
11
- public function collect(Request $request, Response $response, Throwable $exception = null)
+ public function collect(Request $request, Response $response, Throwable $exception = null): void
12
13
$this->collectInternal($request, $response);
14
}
0 commit comments