8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548a7e6 commit c92d02aCopy full SHA for c92d02a
static/schema/schema.v2.json
@@ -604,6 +604,19 @@
604
"default": {},
605
"description": "PHPStan is a tool to analyze PHP code."
606
},
607
+ "phpmd": {
608
+ "type": "object",
609
+ "properties": {
610
+ "enabled": {
611
+ "type": "boolean",
612
+ "default": true,
613
+ "description": "Enable PHPMD | PHPMD is a tool to find potential problems in PHP code. | v2.15.0"
614
+ }
615
+ },
616
+ "additionalProperties": false,
617
+ "default": {},
618
+ "description": "PHPMD is a tool to find potential problems in PHP code."
619
620
"phpcs": {
621
"type": "object",
622
"properties": {
0 commit comments