Skip to content

Commit

Permalink
added v2-clarification in desc
Browse files Browse the repository at this point in the history
  • Loading branch information
JonidBendo committed Apr 21, 2017
1 parent 267082d commit 449d95b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down Expand Up @@ -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**

Expand Down
2 changes: 1 addition & 1 deletion src/languages/php.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion src/options.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down

0 comments on commit 449d95b

Please sign in to comment.