### Symfony version(s) affected 6.3.6 ### Description https://github.com/symfony/symfony/pull/52021 introduced an issue when form children are named like integers. When handling the request values are re-indexed and loose their submitted index value. ### How to reproduce See reproducer with failing test case https://github.com/symfony/symfony/compare/5.4...dmaicher:symfony:reproducer_form_integer_children?expand=1 Where the first child named `0` will get the submitted value for the second child named `1` :confused: ### Possible Solution Revert change? ### Additional Context _No response_