Closed (fixed)
Project:
Matomo Analytics
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
15 Mar 2026 at 09:55 UTC
Updated:
4 May 2026 at 10:05 UTC
Jump to comment: Most recent
phpstan reports this deprecation:
------ --------------------------------------------------------------
Line matomo.module
------ --------------------------------------------------------------
292 Call to deprecated method get() of class
Symfony\Component\HttpFoundation\Request:
since Symfony 7.4, use properties `->attributes`, `query` or
`request` directly instead
🪪 method.deprecated
------ --------------------------------------------------------------
https://git.drupalcode.org/project/matomo/-/jobs/8324488
We should use $request->query->get() instead.
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
prudloff commentedComment #4
kris_nikolov commentedLooks good!
Comment #5
grimreaperComment #7
grimreaper