Commit 1d77342
committed
minor #18922 Fix wrong attribute name (OndraM)
This PR was merged into the 6.3 branch.
Discussion
----------
Fix wrong attribute name
The attribute is in fact called `HasNamedArgument*s*`
See https://github.com/symfony/validator/blob/6.3/Attribute/HasNamedArguments.php
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `6.x` for features of unreleased versions).
-->
Commits
-------
e83e14f Fix wrong attribute name1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
0 commit comments