php_code_sniffer not including phpcs.xml standard

I thought I had the standard path wrong but after updating php_codesniffer from composer it started reading phpcs.xml.

Ref:
https://github.com/squizlabs/PHP_CodeSniffer/issues/1660
This commit is contained in:
Phoebus 2018-05-16 17:17:06 +01:00 committed by GitHub
parent 71ac385bac
commit a270c740c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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",