Problem/Motivation
11.2 phpstan shows the following:
------ --------------------------------------------------------------------------
Line tests/src/Functional/KeyChangeTest.php
------ --------------------------------------------------------------------------
158 Access to an undefined property
Drupal\Core\Field\FieldItemListInterface::$encryption_profile.
🪪 property.notFound
💡 Learn more:
https://phpstan.org/blog/solving-phpstan-access-to-undefined-property
159 Access to an undefined property
Drupal\Core\Field\FieldItemListInterface::$encryption_profile.
🪪 property.notFound
💡 Learn more:
https://phpstan.org/blog/solving-phpstan-access-to-undefined-property
160 Access to an undefined property
Drupal\Core\Field\FieldItemListInterface::$encryption_profile.
🪪 property.notFound
💡 Learn more:
https://phpstan.org/blog/solving-phpstan-access-to-undefined-property
185 Access to an undefined property
Drupal\Core\Field\FieldItemListInterface::$encryption_profile.
🪪 property.notFound
💡 Learn more:
https://phpstan.org/blog/solving-phpstan-access-to-undefined-property
186 Access to an undefined property
Drupal\Core\Field\FieldItemListInterface::$encryption_profile.
🪪 property.notFound
💡 Learn more:
https://phpstan.org/blog/solving-phpstan-access-to-undefined-property
187 Access to an undefined property
Drupal\Core\Field\FieldItemListInterface::$encryption_profile.
🪪 property.notFound
💡 Learn more:
https://phpstan.org/blog/solving-phpstan-access-to-undefined-property
225 Access to an undefined property
Drupal\Core\Field\FieldItemListInterface::$encryption_profile.
🪪 property.notFound
💡 Learn more:
https://phpstan.org/blog/solving-phpstan-access-to-undefined-property
226 Access to an undefined property
Drupal\Core\Field\FieldItemListInterface::$encryption_profile.
🪪 property.notFound
💡 Learn more:
https://phpstan.org/blog/solving-phpstan-access-to-undefined-property
227 Access to an undefined property
Drupal\Core\Field\FieldItemListInterface::$encryption_profile.
🪪 property.notFound
💡 Learn more:
https://phpstan.org/blog/solving-phpstan-access-to-undefined-property
Issue fork field_encrypt-3524426
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 #3
ptmkenny commentedComment #5
ptmkenny commented