From a826edd3fe71c6269bffea411a9335ec0cae0a1a Mon Sep 17 00:00:00 2001 From: ra100 Date: Sun, 21 Feb 2016 23:56:06 +0100 Subject: [PATCH] fix error when no path to phpcbf is set --- src/beautifiers/phpcbf.coffee | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/beautifiers/phpcbf.coffee b/src/beautifiers/phpcbf.coffee index 9cd2392..1f88c27 100644 --- a/src/beautifiers/phpcbf.coffee +++ b/src/beautifiers/phpcbf.coffee @@ -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 }