php is not necessary

This commit is contained in:
George Mincof 2015-03-31 19:38:51 +03:00
parent 9d9f52141e
commit ccc7631bcd
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}"