8000 minor #51358 [Messenger] BatchHandlerTrait - fix phpdoc typo (zbignie… · symfony/symfony@8ff7d61 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8ff7d61

Browse files
committed
minor #51358 [Messenger] BatchHandlerTrait - fix phpdoc typo (zbigniew-malcherczyk-tg)
This PR was submitted for the 6.4 branch but it was merged into the 5.4 branch instead. Discussion ---------- [Messenger] BatchHandlerTrait - fix phpdoc typo Just a fix for phpdoc typo that I found Commits ------- d571a07 [Messenger] BatchHandlerTrait - fix phpdoc typo
2 parents 1a2eb14 + d571a07 commit 8ff7d61

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