Problem/Motivation
phpstan reports deprecations in the use of Request
Steps to reproduce
See https://git.drupalcode.org/project/simple_oauth/-/jobs/9482335
Proposed resolution
Update code so it doesn't trigger deprecations
Remaining tasks
- Write a merge request
- Review
- Commit
User interface changes
None
API changes
None
Data model changes
None
Issue fork simple_oauth-3586500
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
idebr commentedThe merge request updates calls to deprecated method get() of class Symfony\Component\HttpFoundation\Request
Comment #5
bojan_dev commentedNice! Tnx!