Skip to content

Commit

Permalink
Fix CONTRIBUTING.md instructions
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Dec 31, 2019
1 parent d95d5a7 commit a580bbe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a580bbe

Please sign in to comment.