1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00

docs: update phrase

This commit is contained in:
Torsten Dittmann 2022-06-01 17:59:55 +02:00
parent 5670ba0578
commit 24ed82c460

View file

@ -422,7 +422,7 @@ We use some automation tools to help us keep a healthy codebase.
```bash ```bash
# Run on all files # Run on all files
./vendor/bin/phpcs <your file path> ./vendor/bin/phpcs
# Run on single file or folder # Run on single file or folder
./vendor/bin/phpcs <your file path> ./vendor/bin/phpcs <your file path>
``` ```