You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: static/schema/schema.v2.json
+2-2
Original file line number
Diff line number
Diff line change
@@ -434,8 +434,8 @@
434
434
"properties": {
435
435
"enabled": {
436
436
"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."
0 commit comments