You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHPstan Drupal currently warns about readonly properties are not supported by DependencySerializationTrait, but that is not necessarily true. Using those does not cause any fatal errors as long as properties only initiated once, like in Entity type defs, Entity access control handlers, etc.
The this rule (clause) was introduced in #731 PR and there was a dedicated thread about whether the readonly warning is universally true.