Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve FormBuilderIterator: Remove reflection
The property 'children' is not always accessible or even available because several implementations of other FormBuilders do not have this property. Accessing private properties is never a good idea. Only rely on the given FormBuilderInterface.
- Loading branch information