Skip to content

Commit

Permalink
[Messenger] BatchHandlerTrait - fix phpdoc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zbigniew-malcherczyk-tg authored and fabpot committed Aug 12, 2023
1 parent 290ba8a commit 39b0c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Handler/BatchHandlerTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ private function shouldFlush(): bool
/**
* Completes the jobs in the list.
*
* @list<array{0: object, 1: Acknowledger}> $jobs A list of pairs of messages and their corresponding acknowledgers
* @param list<array{0: object, 1: Acknowledger}> $jobs A list of pairs of messages and their corresponding acknowledgers
*/
private function process(array $jobs): void
{
Expand Down

0 comments on commit 39b0c94

Please sign in to comment.