Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed SF 6.3 deprecations for Normalizers #2388

Closed

Conversation

stollr
Copy link

@stollr stollr commented Jun 5, 2023

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.

@shakaran
Copy link

shakaran commented Aug 9, 2023

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.

@deluxetom
Copy link
Contributor

@goetas please let us know if there's anything we can do to have those symfony 6.3 fixes merged

@goetas
Copy link
Member

goetas commented Sep 26, 2023

Done #2392

@goetas goetas closed this Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants