Skip to content

Commit 6a2a55b

Browse files
committed
minor symfony#3579 Fix build errors (xabbuh)
This PR was merged into the 2.3 branch. Discussion ---------- Fix build errors | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3/2.4 | Fixed tickets | This is a backport of symfony#3544. Commits ------- 3e0d1f4 remove empty_data from the list of inherited options, it's documented in the overriden options section e702b34 fix referenced documents names
2 parents d275302 + 3e0d1f4 commit 6a2a55b

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

reference/forms/types/checkbox.rst

-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ These options inherit from the :doc:`form </reference/forms/types/form>` type:
6060

6161
.. include:: /reference/forms/types/options/data.rst.inc
6262

63-
.. include:: /reference/forms/types/options/empty_data.rst.inc
64-
6563
.. include:: /reference/forms/types/options/required.rst.inc
6664

6765
.. include:: /reference/forms/types/options/label.rst.inc

reference/forms/types/collection.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,4 +365,4 @@ error_bubbling
365365

366366
.. include:: /reference/forms/types/options/mapped.rst.inc
367367

368-
.. include:: /reference/forms/type/options/cascade_validation.rst.inc
368+
.. include:: /reference/forms/types/options/cascade_validation.rst.inc

reference/forms/types/options/checkbox_empty_data.rst.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ empty_data
66
This option determines what value the field will return when the ``empty_value``
77
choice is selected.
88
In checkbox, the value of ``empty_data`` is overriden by the value returned by
9-
the data transformer (see :doc:`/cookbook/form/data_transformers.rst`).
9+
the data transformer (see :doc:`/cookbook/form/data_transformers`).

0 commit comments

Comments
 (0)