Closed (fixed)
Project:
Group
Version:
4.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
27 Apr 2026 at 13:29 UTC
Updated:
11 May 2026 at 14:30 UTC
Jump to comment: Most recent
Seems to complain about the following:
------ -----------------------------------------------------------------------
Line src/Entity/GroupMembershipTrait.php (in context of class
Drupal\group\Entity\GroupMembership)
------ -----------------------------------------------------------------------
50 Access to an undefined property
Drupal\Core\Field\FieldItemInterface::$target_id.
🪪 property.notFound
💡 Learn more: https://phpstan.org/blog/solving-phpstan-access-to-und
efined-property
64 Access to an undefined property
Drupal\Core\Field\FieldItemInterface::$target_id.
🪪 property.notFound
💡 Learn more: https://phpstan.org/blog/solving-phpstan-access-to-und
efined-property
Let's fix.
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 #2
kristiaanvandeneyndeComment #5
kristiaanvandeneynde