Skip to content

Commit

Permalink
Fix PHPCS
Browse files Browse the repository at this point in the history
  • Loading branch information
rbairwell committed Mar 16, 2019
1 parent cd0610d commit a814288
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 2 deletions.
1 change: 1 addition & 0 deletions .idea/PublicWhipV2.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"sebastian/phpcpd": "^4",
"jakub-onderka/php-parallel-lint": "^1.0",
"slevomat/coding-standard": "^5.0",
"sirbrillig/phpcs-variable-analysis": "^2.6"
"sirbrillig/phpcs-variable-analysis": "^2.6",
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0"
},
"scripts": {
"phpcs": "phpcs --standard=./phpcs.xml -s",
Expand Down
68 changes: 67 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a814288

Please sign in to comment.