-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[HttpFoundation] [DX] Add has() function to Request #17657
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
Comments
I am 👎 on this. Using the |
@xabbuh In this case we should deprecate |
I would be fine with deprecating |
However, please note that we already discourage from using this method in its docblock:
|
Closing as adding |
@fabpot Shouldn't we fully deprecate it? |
Currently you can do this:
But you are not able to do this:
I think this should be added to the
Request
class:The text was updated successfully, but these errors were encountered: