Problem/Motivation
Now that the GitLab CI template is running tests, let's fix the PHPStan test.
Issue fork drulma-3455985
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 commentedThe phpstan test was already passing, but the config needed to be updated. I also added a dev dep, phpstan/extension-installer, to automatically configure extensions. This dependency is recommended in the phpstan docs and is well maintained, so it shouldn't be a problem to add.
Comment #4
rodrigoaguileraSure, very appreciated contribution.
Comment #5
rodrigoaguilera