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
ceesgeene
changed the title
Add @mixin to FieldItemListInterface to explain that item properties are being forwarded
Add @mixin to FieldItemListInterface to explain that properties of its first item are being forwarded
Jul 10, 2024
Feature request
Using
@mixin
it is possible to explain that instances of FieldItemListInterface forward the properties its items:This would allow for things like:
Unfortunately
@mixin
also forwards methods. Hopefully@mixin-properties
will be introduced, or@mixin
will auto-detect what is being forwarded:phpstan/phpstan #11259: Fine-grained mixin support
The text was updated successfully, but these errors were encountered: