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

Commit

Permalink
Replace mentions of phpcs and phpcbf with composer scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Koopzington committed Nov 15, 2016
1 parent 44622c8 commit b46a7d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ standards checks, and provides configuration for our selected checks.
To run checks only:

```console
$ ./vendor/bin/phpcs --standard=PSR2 src test
$ composer cs-check
```

`phpcs` also installs a tool named `phpcbf` which can attempt to fix problems
for you:

```console
$ ./vendor/bin/phpcbf --standard=PSR2 src test
$ composer cs-fix
```

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

0 comments on commit b46a7d2

Please sign in to comment.