Closed jrfnl closed 5 years ago
This PR can be summarized in the following changelog entry:
Updates the CS requirements to YoastCS 1.2.2, including updating the dependencies.
No changes to the code are needed.
The selective exclusion for namespaced files without file comment can now be removed as YoastCS 1.2.0+ has a sniff which takes that into account.
Refs:
This PR can be tested by following these steps:
composer install
vendor/bin/phpcs
Summary
This PR can be summarized in the following changelog entry:
Relevant technical choices:
Updates the CS requirements to YoastCS 1.2.2, including updating the dependencies.
No changes to the code are needed.
The selective exclusion for namespaced files without file comment can now be removed as YoastCS 1.2.0+ has a sniff which takes that into account.
Refs:
Test instructions
This PR can be tested by following these steps:
composer install
and then avendor/bin/phpcs
òr check the Travis logs for the CS run to verify that all is well.