Issue #3459188 by DYdave: PHPCS on GitlabCI: Fixed all validation errors such...
https://www.drupal.org/project/colorbox/issues/3459188
- Fixed all validation errors such dependency injection, code formatting, use states ordering and any other issues reported.
- Required
phpcs
andphpstan
validation jobs to pass.
Mostly:
- Automated fixes with:
phpcbf web/modules/contrib/colorbox/
- Fixed the remaining issues manually.
Testing locally: phpcs web/modules/contrib/colorbox/
, with the correct phpcs.xml.dist
file.