Skip to content

Commit 12a8974

Browse files
committed
MessageQueueCollector return type
1 parent 3be1369 commit 12a8974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/enqueue-bundle/Profiler/MessageQueueCollector.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class MessageQueueCollector extends AbstractMessageQueueCollector
1010
{
11-
public function collect(Request $request, Response $response, Throwable $exception = null)
11+
public function collect(Request $request, Response $response, Throwable $exception = null): void
1212
{
1313
$this->collectInternal($request, $response);
1414
}

0 commit comments

Comments
 (0)