set PEAR as default standard

This commit is contained in:
Tony Brix 2017-05-06 13:27:42 -05:00
parent 04e3a826be
commit ce73ce2208
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ module.exports = {
standard:
title: "PHPCBF Standard"
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."
}