File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
src/Symfony/Component/Form/Extension/Validator Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -165,12 +165,6 @@ public function guessTypeForConstraint(Constraint $constraint)
165
165
case 'Symfony\Component\Validator\Constraints\MaxCount ' :
166
166
return new TypeGuess ('collection ' , array (), Guess::LOW_CONFIDENCE );
167
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
168
case 'Symfony\Component\Validator\Constraints\True ' :
175
169
case 'Symfony\Component\Validator\Constraints\False ' :
176
170
return new TypeGuess ('checkbox ' , array (), Guess::MEDIUM_CONFIDENCE );
You can’t perform that action at this time.
0 commit comments