Problem/Motivation
phpstan is saying,
Property Drupal\Tests\taxonomy_machine_name\Kernel\Plugin\migrate\source\d7\TaxonomyMachineNameTermTest::$modules property must be protected.
Proposed resolution
Mark the property as protected.
Issue fork taxonomy_machine_name-3617720
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 #4
dieterholvoet commentedThanks for your contribution! No need to create separate issues for all these minor phpstan findings though, one issue fixing them all is enough. This creates a bit too much overhead.
Comment #6
dieterholvoet commented