fix error when no path to phpcbf is set
This commit is contained in:
parent
1075071356
commit
a826edd3fe
|
@ -14,8 +14,6 @@ module.exports = class PHPCBF extends Beautifier
|
|||
if (standard) then \
|
||||
standard else "PEAR"
|
||||
]
|
||||
phpcbf_path: (phpcbf_path) -> phpcbf_path or @which('phpcbf')
|
||||
|
||||
PHP: true
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue