8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a2eb14 commit d571a07Copy full SHA for d571a07
src/Symfony/Component/Messenger/Handler/BatchHandlerTrait.php
@@ -66,7 +66,7 @@ private function shouldFlush(): bool
66
/**
67
* Completes the jobs in the list.
68
*
69
- * @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
70
*/
71
private function process(array $jobs): void
72
{
0 commit comments