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

Command icon 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

kristiaanvandeneynde created an issue. See original summary.

kristiaanvandeneynde’s picture

Issue summary: View changes
Status: Active » Needs review

kristiaanvandeneynde’s picture

Status: Needs review » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.