Skip to content
This repository was archived by the owner on May 1, 2019. It is now read-only.

CONTRIBUTING.md: phpcs has been replated by php-cs-fixer #493

Merged
merged 1 commit into from
May 17, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This projects follows the [PSR-2 Coding Style Guide](http://www.php-fig.org/psr/
Before opening a pull request or pushing more commits, you should run coding style checks locally:

```
$ ./vendor/bin/phpcs --standard=./phpcs.xml -np --report=summary .
$ ./vendor/bin/php-cs-fixer fix --config-file=./.php_cs --dry-run --diff -v
```


Expand Down