Skip to content

Commit f88020f

Browse files
author
Bl00D4NGEL
committed
chore: rename function parameter to query
1 parent 3b2ca94 commit f88020f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Infrastructure/Messenger/QueryBusTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function __construct(private readonly \Exception $exceptionToThrow)
2222
{
2323
}
2424

25-
public function __invoke(TestQuery $command): mixed
25+
public function __invoke(TestQuery $query): mixed
2626
{
2727
throw $this->exceptionToThrow;
2828
}

0 commit comments

Comments
 (0)