Skip to content

Commit a580bbe

Browse files
committed
Fix CONTRIBUTING.md instructions
Signed-off-by: William Desportes <[email protected]>
1 parent d95d5a7 commit a580bbe

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
@@ -24,12 +24,12 @@ them and to run automated tests on the code.
2424

2525
## Coding standards
2626

27-
We do follow PSR-1 and PSR-2 coding standards.
27+
We do follow PSR-1 and PSR-2 coding standards.
2828

29-
You can use php-cs-fixer to fix the code to match our expectations:
29+
You can use phpcbf to fix the code to match our expectations:
3030

3131
```
32-
php-cs-fixer fix .
32+
./vendor/bin/phpcbf
3333
```
3434

3535
## Testsuite
@@ -38,7 +38,7 @@ Our code comes with quite comprehensive testsuite, it is automatically executed
3838
on every commit and pull request, you can also run it locally:
3939

4040
```
41-
./vendor/bin/phpunit -c phpunit.xml
41+
./vendor/bin/phpunit
4242
```
4343

4444
The testsuite relies on fixtures of parser states, in case you need to

0 commit comments

Comments
 (0)