Problem/Motivation
phpstan is saying,
Storing entity storage as a class property is not recommended. Call Drupal\Core\Entity\EntityTypeManagerInterface::getStorage() at the call-site instead.
Proposed resolution
use getStorage()
Issue fork taxonomy_machine_name-3617729
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
benstallings commentedComment #5
dieterholvoet commentedThanks