Problem/Motivation
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.
Data model changes
Issue fork group-3587099
Show commands
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