Add PHPCS as a dependency

This commit is contained in:
Pierre Rudloff 2016-08-01 03:16:33 +02:00
parent efde57bd60
commit 8c8c36acee
4 changed files with 84 additions and 5 deletions

View file

@ -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']