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.
1 parent 5b26758 commit 8b56859Copy full SHA for 8b56859
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>>|Constraint[]
+ * @phpstan-type ConstraintList array<string, string|Constraint|array<string|Constraint>>|array<int, Constraint>
11
* @phpstan-type DefinitionCollection array{query?: ConstraintList, request?: ConstraintList, attributes?: ConstraintList }
12
*/
13
class ValidationRules
0 commit comments