We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 237c3e2 commit 63b3e72Copy full SHA for 63b3e72
src/JsonMapperHelper.php
@@ -21,7 +21,7 @@ public static function setUndefinedProperty($object, $propName, $jsonValue)
21
$object->{$propName} = $jsonValue;
22
$object->customFields[$propName] = $jsonValue;
23
}
24
- } elseif (isset($object->{$propName})) {
+ } else {
25
26
27
0 commit comments