Commit e6caa72
committed
minor #5970 Remove isSubmitted call (DanielSiepmann)
This PR was submitted for the 3.0 branch but it was merged into the 2.3 branch instead (closes #5970).
Discussion
----------
Remove isSubmitted call
Streamline with http://symfony.com/doc/current/book/forms.html#handling-form-submissions
There is no need for `isSubmitted` as this is done inside `isValid`
Commits
-------
cebd5fd Remove isSubmitted call1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| |||
0 commit comments