Fix php-cs-fixer instructions in README

This commit is contained in:
PJ Dietz 2020-08-16 18:33:26 -04:00
parent aeb9d733cc
commit a15b5396e9
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ docker-compose run --rm php psalm
To run PHP Coding Standards Fixer: To run PHP Coding Standards Fixer:
```bash ```bash
docker-compose run --rm php php-cs-fixer docker-compose run --rm php php-cs-fixer fix
``` ```
To generate documentation, use the `docs` service: To generate documentation, use the `docs` service: