Skip to content

Commit 037881f

Browse files
Update schema.v2.json
1 parent 2b1f578 commit 037881f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/schema/schema.v2.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,8 @@
434434
"properties": {
435435
"enabled": {
436436
"type": "boolean",
437-
"default": true,
438-
"description": "Enable PHPStan | PHPStan requires [config file](https://phpstan.org/config-reference#config-file) in your repository root."
437+
"default": false,
438+
"description": "Enable PHPStan | PHPStan requires [config file](https://phpstan.org/config-reference#config-file) in your repository root. Please ensure that this file contains the `paths:` parameter."
439439
},
440440
"level": {
441441
"type": "string",

0 commit comments

Comments
 (0)