Fix php-cs-fixer instructions in README
This commit is contained in:
parent
aeb9d733cc
commit
a15b5396e9
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue