arvindr226/php-cs-fixer

By arvindr226

Updated over 7 years ago

php-cs-fixer on php7

Image

70

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

Docker Pull Command

docker pull arvindr226/php-cs-fixer