Skip to content

Commit e83e14f

Browse files
authored
Fix wrong attribute name
The attribute is in fact called `HasNamedArgument*s*` https://github.com/symfony/validator/blob/6.3/Attribute/HasNamedArguments.php
1 parent 07e276f commit e83e14f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/attributes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Validator
110110
Each validation constraint comes with a PHP attribute. See
111111
:doc:`/reference/constraints` for a full list of validation constraints.
112112

113-
* :doc:`HasNamedArgument </validation/custom_constraint>`
113+
* :doc:`HasNamedArguments </validation/custom_constraint>`
114114

115115
.. _`AsEntityAutocompleteField`: https://symfony.com/bundles/ux-autocomplete/current/index.html#usage-in-a-form-with-ajax
116116
.. _`AsLiveComponent`: https://symfony.com/bundles/ux-live-component/current/index.html

0 commit comments

Comments
 (0)