Use PSR-2
This commit is contained in:
parent
81f32c3e61
commit
46032e1ee1
7 changed files with 73 additions and 38 deletions
|
@ -28,6 +28,9 @@ module.exports = function (grunt) {
|
|||
}
|
||||
},
|
||||
phpcs: {
|
||||
options: {
|
||||
standard: 'PSR2'
|
||||
},
|
||||
php: {
|
||||
src: ['*.php', 'classes/*.php', 'controllers/*.php']
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue