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 5bc2753 commit 65b2bcdCopy full SHA for 65b2bcd
src/Symfony/Bridge/Doctrine/Form/DoctrineOrmTypeGuesser.php
@@ -71,7 +71,7 @@ public function guessType($class, $property)
71
return new TypeGuess('Symfony\Component\Form\Extension\Core\Type\DateType', array('input' => 'datetime_immutable'), Guess::HIGH_CONFIDENCE);
72
case Type::TIME:
73
return new TypeGuess('Symfony\Component\Form\Extension\Core\Type\TimeType', array(), Guess::HIGH_CONFIDENCE);
74
- case 'time_immutable'
+ case 'time_immutable':
75
return new TypeGuess('Symfony\Component\Form\Extension\Core\Type\TimeType', array('input' => 'datetime_immutable'), Guess::HIGH_CONFIDENCE);
76
case Type::DECIMAL:
77
case Type::FLOAT:
0 commit comments