Closed stollr closed 1 year ago
Please @goetas or others, could be this merged soon? It is my only deprecation warning in several projects using Symfony 6.3. I will appreciate if this get merged. Thanks for your time and dedication.
@goetas please let us know if there's anything we can do to have those symfony 6.3 fixes merged
Classes that implement the
Symfony\Component\Serializer\NormalizerInterface
will require the getSupportedTypes method for Symfony >= 7.0 (see here).Currently Symfony's phpunit-bridge reports deprecation messages.
I have added the required function for the FlattenExceptionNormalizer and the FormErrorNormalizer.