symfony / symfony-docs

The Symfony documentation
https://symfony.com/doc
Other
2.15k stars 5.1k forks source link

[Messenger] Update messenger.rst #19953

Closed svdv22 closed 1 month ago

svdv22 commented 1 month ago

Was confused for a second because getBatchSize was introduced in 6.4 but according to the docs it wasn't used. It is according to the actual code so here's the fix.

See https://github.com/symfony/messenger/blob/6.4/Handler/BatchHandlerTrait.php#L58C9-L58C61

javiereguiluz commented 1 month ago

Thanks @svdv22 and congrats on your first Symfony Docs contribution 🎉