We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7a5d54 commit 52fd981Copy full SHA for 52fd981
src/Elasticsearch/Serializer/ItemNormalizer.php
@@ -88,7 +88,7 @@ public function supportsDenormalization(mixed $data, string $type, ?string $form
88
/**
89
* {@inheritdoc}
90
*/
91
- public function normalize(mixed $object, ?string $format = null, array $context = []): array
+ public function normalize(mixed $object, ?string $format = null, array $context = []): \ArrayObject|array|string|int|float|bool|null
92
{
93
return $this->decorated->normalize($object, $format, $context);
94
}
0 commit comments