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"
|
cmd: "phpcbf"
|
||||||
homepage: "https://github.com/squizlabs/PHP_CodeSniffer"
|
homepage: "https://github.com/squizlabs/PHP_CodeSniffer"
|
||||||
installation: "https://github.com/squizlabs/PHP_CodeSniffer#installation"
|
installation: "https://github.com/squizlabs/PHP_CodeSniffer#installation"
|
||||||
|
optional: true
|
||||||
version: {
|
version: {
|
||||||
parse: (text) -> text.match(/version (\d+\.\d+\.\d+)/)[1]
|
parse: (text) -> text.match(/version (\d+\.\d+\.\d+)/)[1]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue