Use PSR-2

This commit is contained in:
Pierre Rudloff 2016-03-30 01:49:08 +02:00
parent 81f32c3e61
commit 46032e1ee1
7 changed files with 73 additions and 38 deletions

View file

@ -28,6 +28,9 @@ module.exports = function (grunt) {
}
},
phpcs: {
options: {
standard: 'PSR2'
},
php: {
src: ['*.php', 'classes/*.php', 'controllers/*.php']
},