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/Hydra/Serializer/EntrypointNormalizer.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ public function normalize(mixed $object, ?string $format = null, array $context
61
61
}
62
62
63
63
try {
64
-
$entrypoint[$key] = $this->iriConverter->getIriFromResource($resourceClass, UrlGeneratorInterface::ABS_PATH, $operation);// @phpstan-ignore-line phpstan issue as type is CollectionOperationInterface & Operation
Copy file name to clipboardExpand all lines: src/JsonApi/Serializer/EntrypointNormalizer.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ public function normalize(mixed $object, ?string $format = null, array $context
53
53
}
54
54
55
55
try {
56
-
$iri = $this->iriConverter->getIriFromResource($resourceClass, UrlGeneratorInterface::ABS_URL, $operation);// @phpstan-ignore-line phpstan issue as type is CollectionOperationInterface & Operation
0 commit comments