@@ -42,7 +42,7 @@ |
||
42 | 42 | $this->propertyAccessor = PropertyAccess::createPropertyAccessor(); |
43 | 43 | } |
44 | 44 | |
45 | - public function normalize($object, $format = null, array $context = []): float|array|\ArrayObject|bool|int|string|null |
|
45 | + public function normalize($object, $format = null, array $context = []): float | array | \ArrayObject | bool | int | string | null |
|
46 | 46 | { |
47 | 47 | $context[self::ALREADY_CALLED][] = $this->propertyAccessor->getValue($object, 'id'); |
48 | 48 | $metadata = $this->pageDataMetadataFactory->create($object::class); |