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 9b578a9 commit 0da0aa2Copy full SHA for 0da0aa2
Form/DoctrineOrmTypeGuesser.php
@@ -60,6 +60,7 @@ public function guessType($class, $property)
60
61
switch ($metadata->getTypeOfField($property)) {
62
case self::$useDeprecatedConstants ? Type::TARRAY : Types::ARRAY:
63
+ // no break
64
case self::$useDeprecatedConstants ? Type::SIMPLE_ARRAY : Types::SIMPLE_ARRAY:
65
return new TypeGuess('Symfony\Component\Form\Extension\Core\Type\CollectionType', [], Guess::MEDIUM_CONFIDENCE);
66
case self::$useDeprecatedConstants ? Type::BOOLEAN : Types::BOOLEAN:
0 commit comments