added v2-clarification in desc

This commit is contained in:
Jonid Bendo 2017-04-21 16:44:53 +02:00
parent 267082dc33
commit 449d95b2ad
3 changed files with 4 additions and 4 deletions

View File

@ -9654,7 +9654,7 @@ Automatically beautify PHP files on save
**Description**: **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** **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**: **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** **Example `.jsbeautifyrc` Configuration**

View File

@ -49,7 +49,7 @@ module.exports = {
type: 'string' type: 'string'
default: "no" default: "no"
enum: ["no", "yes"] enum: ["no", "yes"]
description: "allow risky rules to be applied!" description: "allow risky rules to be applied (PHP-CS-Fixer 2 only)"
phpcbf_path: phpcbf_path:
title: "PHPCBF Path" title: "PHPCBF Path"
type: 'string' type: 'string'

View File

@ -5860,7 +5860,7 @@
"no", "no",
"yes" "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": [ "beautifiers": [
"PHP-CS-Fixer" "PHP-CS-Fixer"
], ],