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 \
|
if (standard) then \
|
||||||
standard else "PEAR"
|
standard else "PEAR"
|
||||||
]
|
]
|
||||||
phpcbf_path: (phpcbf_path) -> phpcbf_path or @which('phpcbf')
|
|
||||||
|
|
||||||
PHP: true
|
PHP: true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue