You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor symfony#10068 Add necessary call to Form::isSubmitted and remove boilerplate (keichinger, javiereguiluz)
This PR was submitted for the master branch but it was merged into the 4.0 branch instead (closessymfony#10068).
Discussion
----------
Add necessary call to Form::isSubmitted and remove boilerplate
This code example was the last parts of the docs that wasn't calling `Form::isSubmitted()` as required as of Symfony 4.0.
Other than that I've simplified the action a little bit to remove some rather unnecessary noise in an already little more complicated example to ease reading and understanding it. If you want to keep the boilerplate, I'm more than happy to remove it from this PR :)
Commits
-------
ae265d7 Update form_collections.rst
f140342 Minor refactor
6f2c417 Add necessary call to Form::isSubmitted and remove boilerplate
0 commit comments