Closed (duplicate)
Project:
Drupal core
Version:
9.4.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
30 Dec 2020 at 15:26 UTC
Updated:
23 Jul 2026 at 15:32 UTC
Jump to comment: Most recent
Comments
Comment #3
klausiI made the mistake of statically defining the ->original property on the entity base class and all hell broke lose. I think that happens we have a lot of magic __get() going on in the entity API that we need for dynamic fields, so I made an exception to ignore that in PHPStan.
Comment #4
daffie commentedComment #5
tstoecklerRe #3: Good choice, that is a whole can of worms by itself... ;-) but at least we have an issue for that already, so linking that from here.
Comment #7
mondrakeComment #9
longwave#3178534: Start running PHPStan on Drupal core (level 0) was committed so closing this as duplicate as I don't think there's anything to action directly here.