From ccc7631bcd04ebe1fa2014d03b5814091cd1a18c Mon Sep 17 00:00:00 2001 From: George Mincof Date: Tue, 31 Mar 2015 19:38:51 +0300 Subject: [PATCH] php is not necessary --- lib/langs/php-beautify.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/langs/php-beautify.coffee b/lib/langs/php-beautify.coffee index f36fdc5..7af3f9e 100644 --- a/lib/langs/php-beautify.coffee +++ b/lib/langs/php-beautify.coffee @@ -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}"