Skip to content

Commit 39b0c94

Browse files
zbigniew-malcherczyk-tgfabpot
authored andcommitted
[Messenger] BatchHandlerTrait - fix phpdoc typo
1 parent 290ba8a commit 39b0c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Handler/BatchHandlerTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ private function shouldFlush(): bool
6666
/**
6767
* Completes the jobs in the list.
6868
*
69-
* @list<array{0: object, 1: Acknowledger}> $jobs A list of pairs of messages and their corresponding acknowledgers
69+
* @param list<array{0: object, 1: Acknowledger}> $jobs A list of pairs of messages and their corresponding acknowledgers
7070
*/
7171
private function process(array $jobs): void
7272
{

0 commit comments

Comments
 (0)