ElasticsearchDSL icon indicating copy to clipboard operation
ElasticsearchDSL copied to clipboard

Fixed Interface Issues with Type Hinting

Open rbaskam opened this issue 5 years ago • 0 comments

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.

rbaskam avatar Mar 11 '20 15:03 rbaskam