|
@@ -63,7 +63,7 @@ |
|
|
block discarded – undo |
|
63
|
63
|
return !\in_array($id, $context[self::ALREADY_CALLED], true); |
|
64
|
64
|
} |
|
65
|
65
|
|
|
66
|
|
- public function normalize($object, $format = null, array $context = []): float|array|\ArrayObject|bool|int|string|null |
|
|
66
|
+ public function normalize($object, $format = null, array $context = []): float | array | \ArrayObject | bool | int | string | null |
|
67
|
67
|
{ |
|
68
|
68
|
$context[self::ALREADY_CALLED][] = $this->propertyAccessor->getValue($object, 'id'); |
|
69
|
69
|
$metadataContext = $context; |
Please login to merge, or discard this patch.