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

Commit 181856d

Browse files
committed
Merge pull request #493 from adamlundrigan/patch-1
CONTRIBUTING.md: phpcs has been replated by php-cs-fixer
2 parents 61fd11f + 0f097eb commit 181856d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This projects follows the [PSR-2 Coding Style Guide](http://www.php-fig.org/psr/
1919
Before opening a pull request or pushing more commits, you should run coding style checks locally:
2020

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

2525

0 commit comments

Comments
 (0)