Skip to content

Commit

Permalink
php_code_sniffer not including phpcs.xml standard
Browse files Browse the repository at this point in the history
I thought I had the standard path wrong but after updating php_codesniffer from composer it started reading phpcs.xml.

Ref:
squizlabs/PHP_CodeSniffer#1660
  • Loading branch information
underthecocotree committed May 16, 2018
1 parent 71ac385 commit a270c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -76,7 +76,7 @@
"codeception/codeception": "~2.3.0",
"phpmd/phpmd": "~2.6.0",
"sebastian/phpcpd": "~2.0.0",
"squizlabs/php_codesniffer": "~2.8.0",
"squizlabs/php_codesniffer": "~3.2.0",
"block8/php-docblock-checker": "~1.3.0",
"phploc/phploc": "~4.0.0",
"jakub-onderka/php-parallel-lint": "~0.9.0",
Expand Down

0 comments on commit a270c74

Please sign in to comment.