Skip to content

Commit 180b1e3

Browse files
Merge branch '6.5' into 7.1
2 parents 3599dfa + bf32696 commit 180b1e3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,10 @@ Due to time constraints, we are not always able to respond as quickly as we woul
2121

2222
## Coding Guidelines
2323

24-
This project comes with a configuration file for [php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) (`.php_cs`) that you can use to (re)format your sourcecode for compliance with this project's coding guidelines:
24+
This project comes with a configuration file and an executable for [php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) (`.php_cs`) that you can use to (re)format your sourcecode for compliance with this project's coding guidelines:
2525

2626
```bash
27-
$ wget http://cs.sensiolabs.org/download/php-cs-fixer-v2.phar -O php-cs-fixer.phar
28-
29-
$ php php-cs-fixer.phar fix
27+
$ ./build/tools/php-cs-fixer fix
3028
```
3129

3230
## Using PHPUnit from a Git checkout

0 commit comments

Comments
 (0)