Skip to content

Commit

Permalink
MessageQueueCollector return type
Browse files Browse the repository at this point in the history
  • Loading branch information
zyv4yk committed Jun 7, 2024
1 parent 3be1369 commit 12a8974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/enqueue-bundle/Profiler/MessageQueueCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class MessageQueueCollector extends AbstractMessageQueueCollector
{
public function collect(Request $request, Response $response, Throwable $exception = null)
public function collect(Request $request, Response $response, Throwable $exception = null): void

Check failure on line 11 in pkg/enqueue-bundle/Profiler/MessageQueueCollector.php

View workflow job for this annotation

GitHub Actions / Static analysis

Parameter $request of method Enqueue\Bundle\Profiler\MessageQueueCollector::collect() has invalid typehint type Symfony\Component\HttpFoundation\Request.
{
$this->collectInternal($request, $response);
}
Expand Down

0 comments on commit 12a8974

Please sign in to comment.