Skip to content

Commit

Permalink
Merge branch '5.4' into 6.3
Browse files Browse the repository at this point in the history
* 5.4:
  Dump Valid constaints on debug command #46544
  [DependencyInjection] fix dump xml with array/object/enum default value
  [HttpFoundation] Add a slightly more verbose comment about a warning on UploadedFile
  [Messenger] BatchHandlerTrait - fix phpdoc typo
  Remove me from CODEOWNERS
  Always return bool from messenger amqp conncetion nack
  [Console] Fix linewraps in OutputFormatter
  • Loading branch information
nicolas-grekas committed Aug 14, 2023
2 parents 38a1f47 + 39b0c94 commit bf46098
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 @@ -61,7 +61,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
*/
abstract private function process(array $jobs): void;

Expand Down

0 comments on commit bf46098

Please sign in to comment.