set PEAR as default standard
This commit is contained in:
parent
04e3a826be
commit
ce73ce2208
|
@ -63,7 +63,7 @@ module.exports = {
|
||||||
standard:
|
standard:
|
||||||
title: "PHPCBF Standard"
|
title: "PHPCBF Standard"
|
||||||
type: 'string'
|
type: 'string'
|
||||||
default: "",
|
default: "PEAR",
|
||||||
description: "Standard name Squiz, PSR2, PSR1, PHPCS, PEAR, Zend, MySource... or path to CS rules. Will use local `phpcs.xml`, `phpcs.xml.dist`, `phpcs.ruleset.xml` or `ruleset.xml` if found in the project root."
|
description: "Standard name Squiz, PSR2, PSR1, PHPCS, PEAR, Zend, MySource... or path to CS rules. Will use local `phpcs.xml`, `phpcs.xml.dist`, `phpcs.ruleset.xml` or `ruleset.xml` if found in the project root."
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue