Commit 851a909
committed
minor symfony#59926 [Validator] Fix docblock of
This PR was merged into the 7.2 branch.
Discussion
----------
[Validator] Fix docblock of `All` constraint constructor
| Q | A
| ------------- | ---
| Branch? | 7.2
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
Single constraints can be provided to `All` (as shown in the the `AllValidatorTest`), but PHPStan currently complains as the docblock doesn't permit it.
Commits
-------
62d880d [Validator] Fix docblock of `All` constraint constructorAll constraint constructor (alexandre-daubois)1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments