-
-
Notifications
You must be signed in to change notification settings - Fork 882
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
Deprecation in QueryParameterValidateListener #6686
Comments
I wish to know too 😁 |
+1 |
This helped me: Upgrade Guide Special guest: php bin/console api:upgrade-resource From the topic The Upgrade Command |
I managed to "solve it" by decorating the event listener QueryParameterValidateListener ...
I mean, it's more like a workaround than a solution. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
API Platform version(s) affected: 3.4
Description
User Deprecated: Since api-platform/core 3.3: Use a "ApiPlatform\State\ProviderInterface" as first argument in "ApiPlatform\Symfony\EventListener\QueryParameterValidateListener" instead of "ApiPlatform\ParameterValidator\ParameterValidator".
How to reproduce
Possible Solution
Additional Context
How can we solve this deprecation?
The text was updated successfully, but these errors were encountered: