Skip to content

Commit d8f4b32

Browse files
Merge branch '7.2' into 7.3
* 7.2: fix: extract no type `@param` annotation with `PhpStanExtractor` [Validator] Fix docblock of `All` constraint constructor fix(console): fix progress bar messing output in section when there is an EOL
2 parents f8d1c69 + 9950d2e commit d8f4b32

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
@@ -26,8 +26,8 @@ class All extends Composite
2626
public array|Constraint $constraints = [];
2727

2828
/**
29-
* @param array<Constraint>|array<string,mixed>|null $constraints
30-
* @param string[]|null $groups
29+
* @param array<Constraint>|array<string,mixed>|Constraint|null $constraints
30+
* @param string[]|null $groups
3131
*/
3232
#[HasNamedArguments]
3333
public function __construct(mixed $constraints = null, ?array $groups = null, mixed $payload = null)

0 commit comments

Comments
 (0)