npm run docs

This commit is contained in:
Tony Brix 2017-05-06 13:28:00 -05:00
parent ce73ce2208
commit add8333192
2 changed files with 7 additions and 3 deletions

View File

@ -9849,6 +9849,8 @@ Add rule(s). i.e. line_ending,-full_opening_tag,@PSR2 (PHP-CS-Fixer 2 only) (Sup
**Key**: `standard` **Key**: `standard`
**Default**: `PEAR`
**Type**: `string` **Type**: `string`
**Supported Beautifiers**: [`PHPCBF`](#phpcbf) **Supported Beautifiers**: [`PHPCBF`](#phpcbf)
@ -9862,7 +9864,7 @@ Standard name Squiz, PSR2, PSR1, PHPCS, PEAR, Zend, MySource... or path to CS ru
```json ```json
{ {
"php": { "php": {
"standard": "" "standard": "PEAR"
} }
} }
``` ```
@ -17568,6 +17570,8 @@ undefined (Supported by PHPCBF)
**Key**: `standard` **Key**: `standard`
**Default**: `PEAR`
**Type**: `string` **Type**: `string`
**Supported Beautifiers**: [`PHPCBF`](#phpcbf) **Supported Beautifiers**: [`PHPCBF`](#phpcbf)
@ -17581,7 +17585,7 @@ Standard name Squiz, PSR2, PSR1, PHPCS, PEAR, Zend, MySource... or path to CS ru
```json ```json
{ {
"php": { "php": {
"standard": "" "standard": "PEAR"
} }
} }
``` ```

View File

@ -5906,7 +5906,7 @@
"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. (Supported by PHPCBF)", "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. (Supported by PHPCBF)",
"beautifiers": [ "beautifiers": [
"PHPCBF" "PHPCBF"