arvindr226/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 arvindr226/php-cs-fixer