From 5244340baeae209265d2473d006abe62155ac26e Mon Sep 17 00:00:00 2001 From: Claudio Sanches Date: Tue, 10 Oct 2017 13:08:23 -0300 Subject: [PATCH] Fixed extra comma in Gruntfile.js --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 33e522a6831..1e53f8ea3dc 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -271,7 +271,7 @@ module.exports = function( grunt ) { // PHP Code Sniffer. phpcs: { options: { - bin: 'vendor/bin/phpcs', + bin: 'vendor/bin/phpcs' }, dist: { options: {