We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
All
1 parent 653e42d commit 62d880dCopy full SHA for 62d880d
src/Symfony/Component/Validator/Constraints/All.php
@@ -25,8 +25,8 @@ class All extends Composite
25
public array|Constraint $constraints = [];
26
27
/**
28
- * @param array<Constraint>|array<string,mixed>|null $constraints
29
- * @param string[]|null $groups
+ * @param array<Constraint>|array<string,mixed>|Constraint|null $constraints
+ * @param string[]|null $groups
30
*/
31
public function __construct(mixed $constraints = null, ?array $groups = null, mixed $payload = null)
32
{
0 commit comments