8000 [Messenger] BatchHandlerTrait - fix phpdoc typo · symfony/symfony@d571a07 · GitHub
[go: up one dir, main page]

Skip to content

Commit d571a07

Browse files
zbigniew-malcherczyk-tgfabpot
authored andcommitted
[Messenger] BatchHandlerTrait - fix phpdoc typo
1 parent 1a2eb14 commit d571a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Messenger/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)
0