Skip to content

Instantly share code, notes, and snippets.

@DominicWatts
Created February 25, 2020 13:53
Show Gist options
  • Save DominicWatts/8b1618451e10520507dc7b6d6108c1c7 to your computer and use it in GitHub Desktop.
Save DominicWatts/8b1618451e10520507dc7b6d6108c1c7 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