Thanks to visit codestin.com Credit goes to github.com
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 d13907b commit 4a073e6Copy full SHA for 4a073e6
1 file changed
src/Symfony/Component/Form/Extension/Validator/ValidatorTypeGuesser.php
@@ -165,12 +165,6 @@ public function guessTypeForConstraint(Constraint $constraint)
165
case 'Symfony\Component\Validator\Constraints\MaxCount':
166
return new TypeGuess('collection', array(), Guess::LOW_CONFIDENCE);
167
168
- case 'Symfony\Component\Validator\Constraints\Time':
169
- return new TypeGuess('time', array('input'=>'string'), Guess::HIGH_CONFIDENCE);
170
-
171
- case 'Symfony\Component\Validator\Constraints\Url':
172
- return new TypeGuess('url', array(), Guess::HIGH_CONFIDENCE);
173
174
case 'Symfony\Component\Validator\Constraints\True':
175
case 'Symfony\Component\Validator\Constraints\False':
176
return new TypeGuess('checkbox', array(), Guess::MEDIUM_CONFIDENCE);
0 commit comments