Skip to content

Commit f4c2487

Browse files
committed
[skip ci] Contributing guide styling
1 parent 41b26b6 commit f4c2487

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ Due to time constraints, we are not always able to respond as quickly as we woul
2222
This project comes with a configuration file for php-cs-fixer (.php_cs) that you can use to (re)format your sourcecode for compliance with this project's coding guidelines:
2323

2424
```sh
25-
vendor/bin/php-cs-fixer fix
25+
$ vendor/bin/php-cs-fixer fix
2626
```
2727

2828
## PHPUnit tests
2929

3030
The phpunit script can be used to invoke the PHPUnit test runner:
3131

3232
```sh
33-
vendor/bin/phpunit
33+
$ vendor/bin/phpunit
3434
```
3535

3636
## Reporting issues

0 commit comments

Comments
 (0)