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 909cb59 commit a5d95beCopy full SHA for a5d95be
src/Symfony/Component/Validator/Constraints/Count.php
@@ -45,7 +45,7 @@ class Count extends Constraint
45
/**
46
* @param int<0, max>|array<string,mixed>|null $exactly The exact expected number of elements
47
* @param int<0, max>|null $min Minimum expected number of elements
48
- * @param positive-int|null $max Maximum expected number of elements
+ * @param int<0, max>|null $max Maximum expected number of elements
49
* @param positive-int|null $divisibleBy The number the collection count should be divisible by
50
* @param string[]|null $groups
51
* @param array<mixed,string> $options
0 commit comments