Skip to content

Commit 85fce13

Browse files
committed
Merge pull request #3058 from xabbuh/fix-build-errors
make target name unique that is used as a reference
2 parents 72b690f + ce45928 commit 85fce13

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

reference/constraints/Callback.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ can do anything, including creating and assigning validation errors.
2525
+----------------+------------------------------------------------------------------------+
2626
| Applies to | :ref:`class <validation-class-target>` |
2727
+----------------+------------------------------------------------------------------------+
28-
| Options | - `callback`_ |
28+
| Options | - :ref:`callback <callback-option>` |
2929
+----------------+------------------------------------------------------------------------+
3030
| Class | :class:`Symfony\\Component\\Validator\\Constraints\\Callback` |
3131
+----------------+------------------------------------------------------------------------+
@@ -258,6 +258,8 @@ constructor of the Callback constraint::
258258
Options
259259
-------
260260

261+
.. _callback-option:
262+
261263
callback
262264
~~~~~~~~
263265

0 commit comments

Comments
 (0)