Skip to content

Commit 674d4e7

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: [Workflow] Add more tests [Validator] fix php doc
2 parents 06b42f1 + b823796 commit 674d4e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Constraints/Type.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ class Type extends Constraint
3232
public string|array|null $type = null;
3333

3434
/**
35-
* @param string|string[]|array<string,mixed>|null $type The type(s) to enforce on the value
36-
* @param string[]|null $groups
37-
* @param array<string,mixed>|null $options
35+
* @param string|list<string>|array<string,mixed>|null $type The type(s) to enforce on the value
36+
* @param string[]|null $groups
37+
* @param array<string,mixed>|null $options
3838
*/
3939
#[HasNamedArguments]
4040
public function __construct(string|array|null $type, ?string $message = null, ?array $groups = null, mixed $payload = null, ?array $options = null)

0 commit comments

Comments
 (0)