Problem/Motivation
PHPstan still reports some avoidable warnings at level 8. A few of them even actually make sense.
Steps to reproduce
Run phpstan analyse -l 8 -c web/modules/contrib/g2/phpstan.neon web/modules/contrib.g2
Proposed resolution
Fix them.
Remaining tasks
Do it.
User interface changes
None.
API changes
None.
Data model changes
None.
Issue fork g2-3457084
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 #4
fgmFixed in today's HEAD.