-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Symfony 6.2 deprecations still #211
Comments
Probably for the same reason as detected in #205, since since the controller arg resolvers are added to the annotations.map file from the FrameworkExtension. So we might need a solution like in https://github.com/Elao/PhpEnums/blob/2.x/src/Bridge/Symfony/HttpKernel/Controller/ArgumentResolver/QueryBodyBackedEnumValueResolver.php to support both interfaces depending on the version… |
Ugh... thats so ugly solution with the code repetition. Cant we think of some better approach? Lets see how others handle this |
That's particularly annoying to do this for the
AFAIK, this is the most common, efficient way 😄 Specifically for our case with The thing is, I clearly doubt this was expected in symfony/symfony#23776. The resolvers are only added to this map because they are in a |
I am using 2.1.2
The text was updated successfully, but these errors were encountered: