Sign inSign up

gotechnies/php-cs-fixer

By gotechnies

Updated over 9 years ago

php-cs-fixer docker image to fix the php code.

Image
0

984

gotechnies/php-cs-fixer repository overview

php-cs-fixer

To run the php-cs-fixer in you php code using docker please use the below command.

$ docker run -it --rm -v $PWD:/app -w /app gotechnies/php-cs-fixer fix -v .

The above command will mount your current directory code to docker container, execute the php-cs-fixer

Tag summary

Content type

Image

Digest

Size

55.5 MB

Last updated

over 9 years ago

docker pull gotechnies/php-cs-fixer