Skip to content

Commit 7160b02

Browse files
author
Gigino Chianese
committed
[DoctrineBridge] Add missing break
1 parent e62812e commit 7160b02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PropertyInfo/DoctrineExtractor.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ public function getTypes($class, $property, array $context = [])
199199
case self::$useDeprecatedConstants ? DBALType::SIMPLE_ARRAY : Types::SIMPLE_ARRAY:
200200
return [new Type(Type::BUILTIN_TYPE_ARRAY, $nullable, null, true, new Type(Type::BUILTIN_TYPE_INT), $enumType ?? new Type(Type::BUILTIN_TYPE_STRING))];
201201
}
202+
break;
202203
case Type::BUILTIN_TYPE_INT:
203204
case Type::BUILTIN_TYPE_STRING:
204205
if ($enumType) {

0 commit comments

Comments
 (0)