-
Notifications
You must be signed in to change notification settings - Fork 3
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
IBX-8535: Deprecate RequestParser and implementations #129
Conversation
73be1d4
to
6aa72e3
Compare
src/lib/RequestParser.php
Outdated
* @deprecated 4.6.11 | ||
* use \Ibexa\Contracts\Rest\UriParser\UriParserInterface and \Symfony\Component\Routing\RouterInterface instead |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it should be in one line and match our deprecation document:
#VERSION# The "#CLASSNAME#" class is deprecated, will be removed in #VERSION#. Use "#CLASSNAME#" instead.
See https://ibexa.atlassian.net/wiki/spaces/ENG/pages/5799937/PHP+Conventions+Deprecation+standards
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 once Paweł's remark is incorporated.
Quality Gate passedIssues Measures |
You can merge up changes @ViniTou |
Description:
During removing deprecated
\Ibexa\Bundle\Rest\RequestParser\Router
it turned out, it does not make much sense to keep interface and other unused implementations.For QA:
Documentation: