Add optional flag to phpcbf
This commit is contained in:
parent
7e6e871b9a
commit
9b04e749dc
|
@ -24,6 +24,7 @@ module.exports = class PHPCBF extends Beautifier
|
|||
cmd: "phpcbf"
|
||||
homepage: "https://github.com/squizlabs/PHP_CodeSniffer"
|
||||
installation: "https://github.com/squizlabs/PHP_CodeSniffer#installation"
|
||||
optional: true
|
||||
version: {
|
||||
parse: (text) -> text.match(/version (\d+\.\d+\.\d+)/)[1]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue