ElasticsearchDSL
ElasticsearchDSL copied to clipboard
Fixed Interface Issues with Type Hinting
Issues arose in Laravel Project. Symfony\Component\Serializer\Normalizer\NormalizerInterface::normalize($object, ?string $format = NULL, array $context = Array) Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize($data, string $type, ?string $format = NULL, array $context = Array) Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize($data, string $type, ?string $format = NULL, array $context = Array)
Resolved by type hinting string in the affected files.