Closed (fixed)
Project:
Poll
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
23 Apr 2026 at 07:30 UTC
Updated:
7 May 2026 at 08:15 UTC
Jump to comment: Most recent
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
ivnishComment #4
berdirdrive-by-note: I just don't bother running phpstan on anything but the default branch, it's usually tedious to keep it happy on multiple core branches since depending on how you configure it I guess, it also complains if something that's ignored isn't actually happening.
I also opened an issue to ignore those attributes directly in the drupal phpstan integration, because LegacyHook and similar ones will eventually go away but you'll still want to keep the for BC.
Comment #5
bramdriesenComment #7
bramdriesen> it also complains if something that's ignored isn't actually happening
Yeah, that usually happens if you have a baseline file. Drives me crazy on our projects :D
Merged.