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.
1 parent 3b2ca94 commit f88020fCopy full SHA for f88020f
tests/Unit/Infrastructure/Messenger/QueryBusTest.php
@@ -22,7 +22,7 @@ public function __construct(private readonly \Exception $exceptionToThrow)
22
{
23
}
24
25
- public function __invoke(TestQuery $command): mixed
+ public function __invoke(TestQuery $query): mixed
26
27
throw $this->exceptionToThrow;
28
0 commit comments