You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi after upgrading symfony to 5.4 and php to 8.0 i got following deprecation notices:
Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Ekreative\UuidExtraBundle\Serializer\UuidNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::supportsDenormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Ekreative\UuidExtraBundle\Serializer\UuidNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::normalize()" might add "array|string|int|float|bool|\ArrayObject|null" as a native return type declaration in the future. Do the same in implementation "Ekreative\UuidExtraBundle\Serializer\UuidNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::supportsNormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Ekreative\UuidExtraBundle\Serializer\UuidNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Could you please fix it? Or could i provide PR for fix it ?
The text was updated successfully, but these errors were encountered:
Hi after upgrading symfony to 5.4 and php to 8.0 i got following deprecation notices:
Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Ekreative\UuidExtraBundle\Serializer\UuidNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::supportsDenormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Ekreative\UuidExtraBundle\Serializer\UuidNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::normalize()" might add "array|string|int|float|bool|\ArrayObject|null" as a native return type declaration in the future. Do the same in implementation "Ekreative\UuidExtraBundle\Serializer\UuidNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::supportsNormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Ekreative\UuidExtraBundle\Serializer\UuidNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Could you please fix it? Or could i provide PR for fix it ?
The text was updated successfully, but these errors were encountered: