npm run docs
This commit is contained in:
parent
ce73ce2208
commit
add8333192
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue