Skip to content
This repository was archived by the owner on May 1, 2019. It is now read-only.

Commit 34168ff

Browse files
committed
Enhancement: Update CONTRIBUTING.md
1 parent 4abb010 commit 34168ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ locally rather than keeping Travis busy doing it. There's not much more pleasing
1616

1717
This projects follows the [PSR-2 Coding Style Guide](http://www.php-fig.org/psr/psr-2/). Be sure to read it!
1818

19-
Before opening a pull request or pushing more commits, you should run coding style checks locally:
20-
19+
Before opening a pull request or pushing more commits, fix coding style issues locally:
20+
2121
```
22-
$ ./vendor/bin/php-cs-fixer fix --config-file=./.php_cs --dry-run --diff -v
22+
$ make cs
2323
```
2424

2525

@@ -30,7 +30,7 @@ We do have a - somewhat - limited test suite, but are hoping for more.
3030
Please run the tests locally to see if they pass:
3131

3232
```
33-
$ ./vendor/bin/phpunit --configuration phpunit.xml
33+
$ make test
3434
```
3535

3636
## Contributors

0 commit comments

Comments
 (0)