php is not necessary
This commit is contained in:
parent
9d9f52141e
commit
ccc7631bcd
|
@ -21,7 +21,7 @@ getCmd = (inputPath, outputPath, options) ->
|
||||||
|
|
||||||
if phpCsFixerPath
|
if phpCsFixerPath
|
||||||
# Use absolute path
|
# Use absolute path
|
||||||
"(php \"#{phpCsFixerPath}\" fix #{cmd}"
|
"(\"#{phpCsFixerPath}\" fix #{cmd}"
|
||||||
else
|
else
|
||||||
# Use command available in $PATH
|
# Use command available in $PATH
|
||||||
"(php-cs-fixer fix #{cmd}"
|
"(php-cs-fixer fix #{cmd}"
|
||||||
|
|
Loading…
Reference in New Issue