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
Content type
Image
Digest
Size
55.5 MB
Last updated
over 9 years ago
docker pull arvindr226/php-cs-fixer