We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8b8ba1 + 8b06808 commit 5b26758Copy full SHA for 5b26758
src/ValidationRules.php
@@ -7,7 +7,7 @@
7
use Symfony\Component\Validator\Constraint;
8
9
/**
10
- * @phpstan-type ConstraintList array<string, string|Constraint|array<string|Constraint>>
+ * @phpstan-type ConstraintList array<string, string|Constraint|array<string|Constraint>>|Constraint[]
11
* @phpstan-type DefinitionCollection array{query?: ConstraintList, request?: ConstraintList, attributes?: ConstraintList }
12
*/
13
class ValidationRules
0 commit comments