fix error when no path to phpcbf is set

This commit is contained in:
ra100 2016-02-21 23:56:06 +01:00
parent 1075071356
commit a826edd3fe
1 changed files with 0 additions and 2 deletions

View File

@ -14,8 +14,6 @@ module.exports = class PHPCBF extends Beautifier
if (standard) then \ if (standard) then \
standard else "PEAR" standard else "PEAR"
] ]
phpcbf_path: (phpcbf_path) -> phpcbf_path or @which('phpcbf')
PHP: true PHP: true
} }