Problem/Motivation

The phpstan report has numerous messages like this:

Call to deprecated method get() of class Symfony\Component\HttpFoundation\Request: since Symfony 7.4, use properties `->attributes`, `query` or `request` directly instead

Proposed resolution

Replace these

Remaining tasks

Implement.

User interface changes

None.

API changes

None.

Data model changes

None.

Issue fork webform-3585813

Command icon 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

liam morland created an issue. See original summary.

idebr’s picture

liam morland’s picture

Status: Active » Closed (duplicate)

Thanks

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

idebr’s picture

Status: Closed (duplicate) » Needs review

This is a nicely contained issue. I suggest we update the Request deprecations here and fix the remaining issues in #3565161: Fix issues raised by phpstan

liam morland’s picture

Status: Needs review » Postponed

Thanks for the merge request. I would like to keep changes that are just deprecation fixes to 6.4.x.