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
The "ApiPlatform\Serializer\AbstractCollectionNormalizer" class implements "Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface" that is deprecated since Symfony 6.3, implement "getSupportedTypes(?string $format)" instead. #5702
The "ApiPlatform\Serializer\AbstractCollectionNormalizer" class implements "Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface" that is deprecated since Symfony 6.3, implement "getSupportedTypes(?string $format)" instead.
How to reproduce
Using Symfony 6.3 with last version of this bundle
Possible Solution
Remove CacheableSupportsMethodInterface from AbstractCollectionNormalizer and use getSupportedTypes
Additional Context
Other warnings from other classes similar too