Merge pull request #263 from MGAio/patch-1

php prefix is not necessary for php-cs-fixer
This commit is contained in:
Glavin Wiechert 2015-04-05 09:51:48 -03:00
commit 6654bc3697
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ getCmd = (inputPath, outputPath, options) ->
if phpCsFixerPath
# Use absolute path
"(php \"#{phpCsFixerPath}\" fix #{cmd}"
"(\"#{phpCsFixerPath}\" fix #{cmd}"
else
# Use command available in $PATH
"(php-cs-fixer fix #{cmd}"