Skip to content

Commit

Permalink
Update schema.v2.json
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 3, 2024
1 parent 2b1f578 commit 037881f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/schema/schema.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -434,8 +434,8 @@
"properties": {
"enabled": {
"type": "boolean",
"default": true,
"description": "Enable PHPStan | PHPStan requires [config file](https://phpstan.org/config-reference#config-file) in your repository root."
"default": false,
"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."
},
"level": {
"type": "string",
Expand Down

0 comments on commit 037881f

Please sign in to comment.