added v2-clarification in desc
This commit is contained in:
parent
267082dc33
commit
449d95b2ad
|
@ -9654,7 +9654,7 @@ Automatically beautify PHP files on save
|
|||
|
||||
**Description**:
|
||||
|
||||
allow risky rules to be applied! (Supported by PHP-CS-Fixer)
|
||||
allow risky rules to be applied (PHP-CS-Fixer 2 only) (Supported by PHP-CS-Fixer)
|
||||
|
||||
**Example `.jsbeautifyrc` Configuration**
|
||||
|
||||
|
@ -17466,7 +17466,7 @@ Add rule(s). i.e. line_ending,-full_opening_tag,@PSR2 (PHP-CS-Fixer 2 only) (Sup
|
|||
|
||||
**Description**:
|
||||
|
||||
allow risky rules to be applied! (Supported by PHP-CS-Fixer)
|
||||
allow risky rules to be applied (PHP-CS-Fixer 2 only) (Supported by PHP-CS-Fixer)
|
||||
|
||||
**Example `.jsbeautifyrc` Configuration**
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@ module.exports = {
|
|||
type: 'string'
|
||||
default: "no"
|
||||
enum: ["no", "yes"]
|
||||
description: "allow risky rules to be applied!"
|
||||
description: "allow risky rules to be applied (PHP-CS-Fixer 2 only)"
|
||||
phpcbf_path:
|
||||
title: "PHPCBF Path"
|
||||
type: 'string'
|
||||
|
|
|
@ -5860,7 +5860,7 @@
|
|||
"no",
|
||||
"yes"
|
||||
],
|
||||
"description": "allow risky rules to be applied! (Supported by PHP-CS-Fixer)",
|
||||
"description": "allow risky rules to be applied (PHP-CS-Fixer 2 only) (Supported by PHP-CS-Fixer)",
|
||||
"beautifiers": [
|
||||
"PHP-CS-Fixer"
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue