Skip to content

Commit 9950d2e

Browse files
[Validator] Fix docblock of All constraint constructor
1 parent cf12e1b commit 9950d2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Constraints/All.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ class All extends Composite
2525
public array|Constraint $constraints = [];
2626

2727
/**
28-
* @param array<Constraint>|array<string,mixed>|null $constraints
29-
* @param string[]|null $groups
28+
* @param array<Constraint>|array<string,mixed>|Constraint|null $constraints
29+
* @param string[]|null $groups
3030
*/
3131
public function __construct(mixed $constraints = null, ?array $groups = null, mixed $payload = null)
3232
{

0 commit comments

Comments
 (0)