Skip to content

Commit 050ebb5

Browse files
committed
fix phpstan
1 parent 5c94d22 commit 050ebb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/src/Serializer/Normalizer/RelatedCollectionLinkNormalizer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ public function getRelatedCollectionHref($object, $rel, array $context = []): st
140140
$resourceClass = $this->getObjectClass($object);
141141

142142
if ($this->nameConverter instanceof NameConverterInterface) {
143+
// @phpstan-ignore-next-line
143144
$rel = $this->nameConverter->denormalize($rel, $resourceClass, null, array_merge($context, ['groups' => ['read']]));
144145
}
145146

0 commit comments

Comments
 (0)