Add PHPCS as a dependency
This commit is contained in:
parent
efde57bd60
commit
8c8c36acee
4 changed files with 84 additions and 5 deletions
|
@ -34,7 +34,8 @@ module.exports = function (grunt) {
|
|||
},
|
||||
phpcs: {
|
||||
options: {
|
||||
standard: 'PSR2'
|
||||
standard: 'PSR2',
|
||||
bin: 'vendor/bin/phpcs'
|
||||
},
|
||||
php: {
|
||||
src: ['*.php', 'classes/*.php', 'controllers/*.php']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue