Fixed extra comma in Gruntfile.js

This commit is contained in:
Claudio Sanches 2017-10-10 13:08:23 -03:00
parent 31367a72b8
commit 5244340bae
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ module.exports = function( grunt ) {
// PHP Code Sniffer.
phpcs: {
options: {
bin: 'vendor/bin/phpcs',
bin: 'vendor/bin/phpcs'
},
dist: {
options: {