diff --git a/gruntfile.js b/gruntfile.js index cfbdf7af..7f97e739 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -70,6 +70,10 @@ module.exports = function(grunt) { }, shell: { + options: { + stdin: false + }, + phpcheckstyle: { command: 'php vendor/jbrooksuk/phpcheckstyle/run.php --config <%= phpCheckStyleConfigPath %> --src <%= phpSourcesDir %> --exclude di.php --format console', },