fixed deserializer bug
This commit is contained in:
parent
e3c7047078
commit
50353bb810
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ class TypedArrayStrategy implements DeserializeStrategyInterface
|
|||
|
||||
$result[$deserializedKey] = StrategyFactory::deserializeStrategyByType($valueType)->deserialize(
|
||||
$valueType,
|
||||
$value[$key],
|
||||
count($value[$key]) > 1 ? $value[$key] : $value,
|
||||
new PropertyAnnotations()
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue