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 78a22d7 commit f12de0eCopy full SHA for f12de0e
Extension/Validator/ValidatorTypeGuesser.php
@@ -164,8 +164,7 @@ public function guessTypeForConstraint(Constraint $constraint)
164
case 'Symfony\Component\Validator\Constraints\Range':
165
return new TypeGuess('number', array(), Guess::LOW_CONFIDENCE);
166
167
- case 'Symfony\Component\Validator\Constraints\MinCount':
168
- case 'Symfony\Component\Validator\Constraints\MaxCount':
+ case 'Symfony\Component\Validator\Constraints\Count':
169
return new TypeGuess('collection', array(), Guess::LOW_CONFIDENCE);
170
171
case 'Symfony\Component\Validator\Constraints\True':
0 commit comments