Skip to content

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 2114085 commit 8f7b8f7
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 @@ -84,14 +84,14 @@ standards checks, and provides configuration for our selected checks.
To run checks only:

```console
$ ./vendor/bin/phpcs
$ composer cs-check
```

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


```console
$ ./vendor/bin/phpcbf
$ composer cs-fix
```

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

0 comments on commit 8f7b8f7

Please sign in to comment.