Sign inSign up

hlacos/phpcs

By hlacos

Updated over 7 years ago

Image
0

1.7K

hlacos/phpcs repository overview

PHP_CodeSniffer Docker image

Supported tags

  • latest

What is PHP_CodeSniffer?

PHP_CodeSniffer is a script that tokenizes PHP, JavaScript and CSS files to detect violations of a defined coding standard.

How to use this image

docker run --volume </local/path>:/project hlacos/phpcs[:tag] [<options>]

Example:

docker run --volume /project/path:/project hlacos/phpcs phpcs --standard=PSR1,PSR2 /project

Tag summary

Content type

Image

Digest

Size

126.4 MB

Last updated

over 7 years ago

docker pull hlacos/phpcs