Skip to content

Commit 9589e82

Browse files
Merge branch '4.4' into 5.4
* 4.4: [HttpFoundation] Update "[Session] Overwrite invalid session id" to only validate when files session storage is used [DoctrineBridge] Add missing break
2 parents 0620a07 + 7160b02 commit 9589e82

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
@@ -182,6 +182,7 @@ public function getTypes(string $class, string $property, array $context = [])
182182
case Types::SIMPLE_ARRAY:
183183
return [new Type(Type::BUILTIN_TYPE_ARRAY, $nullable, null, true, new Type(Type::BUILTIN_TYPE_INT), new Type(Type::BUILTIN_TYPE_STRING))];
184184
}
185+
break;
185186
case Type::BUILTIN_TYPE_INT:
186187
case Type::BUILTIN_TYPE_STRING:
187188
if ($enumType) {

0 commit comments

Comments
 (0)