parent
b57e5acba3
commit
907ca37a49
|
@ -5852,6 +5852,24 @@
|
||||||
"namespace": "php"
|
"namespace": "php"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"allow_risky": {
|
||||||
|
"title": "Allow risky rules",
|
||||||
|
"type": "string",
|
||||||
|
"default": "no",
|
||||||
|
"enum": [
|
||||||
|
"no",
|
||||||
|
"yes"
|
||||||
|
],
|
||||||
|
"beautifiers": [
|
||||||
|
"PHP-CS-Fixer"
|
||||||
|
],
|
||||||
|
"key": "allow_risky",
|
||||||
|
"language": {
|
||||||
|
"name": "PHP",
|
||||||
|
"namespace": "php"
|
||||||
|
},
|
||||||
|
"description": "allow risky rules to be applied!"
|
||||||
|
},
|
||||||
"phpcbf_path": {
|
"phpcbf_path": {
|
||||||
"title": "PHPCBF Path",
|
"title": "PHPCBF Path",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|
Loading…
Reference in New Issue