You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (isset($nestedData[$notConverted]) && !isset($nestedData[$attribute])) {
346
+
if (isset($nestedData[$notConverted]) && !isset($originalNestedData[$attribute])) {
349
347
thrownewLogicException(sprintf('Duplicate values for key "%s" found. One value is set via the SerializedPath annotation: "%s", the other one is set via the SerializedName annotation: "%s".', $notConverted, implode('->', $nestedAttributes[$notConverted]->getElements()), $attribute));
0 commit comments