Problem/Motivation
This module is using GitLab CI and most of the tests pass, but the phpcs tests are failing in a way that can be fixed automatically.
Let's fix this and, to prevent regressions, require composer-lint, cspell, and phpcs (which will all pass with this MR) to pass in the future. (By default, the GitLab CI template only requires phpunit tests to pass.)
Issue fork token_filter-3450362
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 #2
ptmkenny commentedComment #4
ptmkenny commentedThis MR does three things:
Comment #5
darvanenBrilliant, thanks @ptmkenny!
Looks good to me.
Comment #7
darvanen