Skip to content

Commit

Permalink
Tell contributors to use php-cs-fixer-v2
Browse files Browse the repository at this point in the history
php-cs-fixer v1 does not work with the current settings because it does not recognise [some of] them
  • Loading branch information
rpkamp authored and sebastianbergmann committed Dec 15, 2017
1 parent 4cee821 commit b21e0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Expand Up @@ -24,7 +24,7 @@ Due to time constraints, we are not always able to respond as quickly as we woul
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:

```bash
$ wget http://get.sensiolabs.org/php-cs-fixer.phar
$ wget http://cs.sensiolabs.org/download/php-cs-fixer-v2.phar -O php-cs-fixer.phar

$ php php-cs-fixer.phar fix
```
Expand Down

0 comments on commit b21e0cf

Please sign in to comment.