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
Copy file name to clipboardExpand all lines: src/JsonApi/Serializer/ItemNormalizerTrait.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ public function denormalize(mixed $data, string $type, ?string $format = null, a
62
62
if (!$allowClientGeneratedId) {
63
63
thrownewNotNormalizableValueException(\sprintf('Client-generated IDs are not allowed on this operation. Set the "%s" denormalization context flag (or the bundle "allow_client_generated_id" configuration) to enable it.', ItemNormalizer::ALLOW_CLIENT_GENERATED_ID));
64
64
}
65
-
// Fall through: client id is merged into the denormalized payload below.
65
+
// Fall through: client id is merged into the denormalized payload below.
0 commit comments