summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2019-12-31 13:54:27 +0100
committerWilliam Desportes <williamdes@wdes.fr>2019-12-31 13:54:37 +0100
commita580bbe66cd2d92911360e8191b05dcf55196290 (patch)
treef698d00bc446015badc2a6544d2bc1bf521a88fe
parentd95d5a79bf60c794d132f840e8614294d00b2649 (diff)
downloadsql-parser-a580bbe66cd2d92911360e8191b05dcf55196290.zip
sql-parser-a580bbe66cd2d92911360e8191b05dcf55196290.tar.gz
sql-parser-a580bbe66cd2d92911360e8191b05dcf55196290.tar.bz2
Fix CONTRIBUTING.md instructions
Signed-off-by: William Desportes <williamdes@wdes.fr>
-rw-r--r--CONTRIBUTING.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 87102c6..b05cad8 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -24,12 +24,12 @@ them and to run automated tests on the code.
## Coding standards
-We do follow PSR-1 and PSR-2 coding standards.
+We do follow PSR-1 and PSR-2 coding standards.
-You can use php-cs-fixer to fix the code to match our expectations:
+You can use phpcbf to fix the code to match our expectations:
```
-php-cs-fixer fix .
+./vendor/bin/phpcbf
```
## Testsuite
@@ -38,7 +38,7 @@ Our code comes with quite comprehensive testsuite, it is automatically executed
on every commit and pull request, you can also run it locally:
```
-./vendor/bin/phpunit -c phpunit.xml
+./vendor/bin/phpunit
```
The testsuite relies on fixtures of parser states, in case you need to