We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0408d0 commit 91f9615Copy full SHA for 91f9615
guides/validator/constraints.rst
@@ -158,7 +158,7 @@ Custom Constraints
158
------------------
159
160
You can create a custom constraint by extending the base constraint class,
161
-:class::`Symfony\\Component\\Validator\\Constraint`. Options for your
+:class:`Symfony\\Component\\Validator\\Constraint`. Options for your
162
constraint are represented by public properties on the constraint class. For
163
example, the ``Url`` constraint includes ``message`` and ``protocols``
164
properties::
0 commit comments