Closed (fixed)
Project:
Entity Extra Field
Version:
2.1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Feb 2026 at 06:51 UTC
Updated:
13 Mar 2026 at 20:55 UTC
Jump to comment: Most recent
Comments
Comment #2
grevil commentedNope, no idea "composer (next major)" seems to fail in several Drupal modules, which have next major testing set up.
I'd wait until D12 actually drops. I bet its an upstream issue.
Comment #3
anybody@grevil can we simply disable it in the .gitlabci.yml? (Sadly that seems to make sense for several projects in general).
Even better would be if gitlab ci could be so clever to only run it on opted-in (compatible) projects...
Comment #4
anybodyComment #5
anybodyComment #6
grevil commentedIt actually does! But we opted in in several projects. And I still think its a good idea to opt-in! The Job should be simply fixed upstream IMO.
Comment #8
grevil commentedWe have a custom phpstan.neon again...
We can:
- Keep it and ignore the errors
- Remove it
- Keep it and fix the errors (at own risk)
The phpstan errors suggest we should remove if cases that are always true, but I think that is incorrect...
The parent class even has the same checks in place... I'll just remove it.
Comment #9
grevil commentedAll done, please review!
Comment #10
anybodyWell done, thanks @grevil!
Comment #12
anybody