Sign inSign up

sixbysix/phpcompatibility

By sixbysix

Updated over 7 years ago

This image bundles together the phpcs analysis tool with the PHPCompatiblity standard.

Image
0

277

sixbysix/phpcompatibility repository overview

sixbysix/phpcompatibility

Overview

This image bundles together the phpcs analysis tool with the PHPCompatiblity standard.

See:

Usage

docker run -v $PWD:/src sixbysix/phpcompatibility phpcs .

The above will scan the current directory for PHP compatibility issues with the following configuration options:

  • colors on
  • standard PHPCompatibility

You may pass in any additional options as required (https://github.com/squizlabs/PHP_CodeSniffer/wiki/Usage), for example if you were analysing a Magento 1 codebase you may wish to only look for incompatibilities within the local codepool:

docker run -v $PWD:/src sixbysix/phpcompatibility phpcs app/code/local

Tag summary

Content type

Image

Digest

Size

31.1 MB

Last updated

over 7 years ago

docker pull sixbysix/phpcompatibility