Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save DomPixie/e263acb66e00d833bb2af49c238daf64 to your computer and use it in GitHub Desktop.
Save DomPixie/e263acb66e00d833bb2af49c238daf64 to your computer and use it in GitHub Desktop.
PHP Compatibility PHPCS docker
docker run --rm -v $PWD:/code:ro domw/phpcompatibility phpcs --standard=PHPCompatibility --runtime-set testVersion 5.6-7.3 --colors --warning-severity=0 --report=full,summary --extensions=php,phtml ./
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment