Skip to content
This repository has been archived by the owner on Jan 30, 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 4f8000c commit 06b4058
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 06b4058

Please sign in to comment.