symfony/symfony-docs

[HttpFoundation] Remove `Request::get()`

Closed this issue · 2 comments

Q A
Feature PR symfony/symfony#61983
PR author(s) @PierreCapel
Merged in 8.0

We created this issue to not forget to document this new feature. We would really appreciate if you can help us with this task. If you are not sure how to do it, please ask us and we will help you.

To fix this issue, please create a PR against the 8.0 branch in the symfony-docs repository.

Thank you! 😃

I do not find references to Request::get() in the docs, the Request sections is already showcasing usages of ->attributes, ->query and such, I think we can close this one

indeed, we removed usages of it in the 7.4 branch already in #21469