Commit f654df3
committed
minor symfony#58055 [Form] Fix info for the
This PR was merged into the 7.2 branch.
Discussion
----------
[Form] Fix info for the `calendar` option of the `DateType` form type
| Q | A
| ------------- | ---
| Branch? | 7.2
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
Detected while writing the documentation. The option should also accept `IntlDateFormatter` constants, so `int` is missing from allowed types of the option.
Commits
-------
0aeb058 [Form] Fix info for the `calendar` option of the `DateType` form typecalendar option of the DateType form type (alexandre-daubois)1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
| 326 | + | |
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| |||
0 commit comments