Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 23b37de

Browse files
committed
Replace mentions of phpcs and phpcbf with composer scripts
1 parent 8b0bfdc commit 23b37de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@ standards checks, and provides configuration for our selected checks.
8484
To run checks only:
8585

8686
```console
87-
$ ./vendor/bin/phpcs
87+
$ composer cs-check
8888
```
8989

9090
`phpcs` also includes a tool for fixing most CS violations, `phpcbf`:
9191

9292

9393
```console
94-
$ ./vendor/bin/phpcbf
94+
$ composer cs-fix
9595
```
9696

9797
If you allow `phpcbf` to fix CS issues, please re-run the tests to ensure

0 commit comments

Comments
 (0)