Commit a0165f9
committed
bug symfony#6448 [Form] fixed CollectionType needless option (HeahDude)
This PR was merged into the 2.3 branch.
Discussion
----------
[Form] fixed CollectionType needless option
| Q | A |
|----|----|
| Branch | 2.3+ |
| Doc fix | yes |
Define the `required` option in `(entry_)options` is useless as it is overridden by the collection option.
Commits
-------
4de2ad9 [Form] fixed CollectionType needless option1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
| 59 | + | |
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
| |||
0 commit comments