Skip to content
This repository has been archived by the owner on Sep 23, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 390 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 390 Bytes

php-cs-fixer

Available versions

php-cs-fixer version PHP version
v2.13.x 7.2
v2.14.x 7.3
v2.15.x 7.3

How to use?

docker run --rm -it \
    -v $(pwd):/workdir \
    knplabs/php-cs-fixer:v2.15.3 \
    fix --dry-run --diff --verbose