Update php-cs-fixer.coffee

This commit is contained in:
Jonid Bendo 2017-04-20 17:42:55 +02:00 committed by GitHub
parent 93ac2a03ee
commit b57e5acba3
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ module.exports = class PHPCSFixer extends Beautifier
"fix" "fix"
"--rules=#{options.rules}" if options.rules "--rules=#{options.rules}" if options.rules
"--config=#{configFile}" if configFile "--config=#{configFile}" if configFile
"--allow-risky=#{options.allowRisky}" if options.allowRisky "--allow-risky=#{options.allow_risky}" if options.allow_risky
"--using-cache=no" "--using-cache=no"
] ]
if version is 1 if version is 1