1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +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
# Run on all files
./vendor/bin/phpcs <your file path>
./vendor/bin/phpcs
# Run on single file or folder
./vendor/bin/phpcs <your file path>
```