Class: PHPCBF
Defined in: | src/beautifiers/phpcbf.coffee |
Inherits: | Beautifier |
Variables Summary
- name =
-
"PHPCBF"
- options =
-
{ _: { standard: [ "standard", function(standard) { if (standard) { return standard; } else { return "PEAR"; } } ] }, PHP: true }
Variable inherited from Beautifier
Promise name options languages beautify _envCache _envCacheDate _envCacheExpiry logger
Instance Method Summary
Inherited Method Summary
Methods inherited from
Beautifier
#deprecate #tempFile #readFile #getShellEnvironment #which #commandNotFoundError #run #spawn #setupLogger
Instance Method Details
#
(void)
beautify(text, language, options)