From 037881f68ff37b64dbe806cb30ba117c1e396167 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 23:23:51 +0000 Subject: [PATCH] Update schema.v2.json --- static/schema/schema.v2.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/schema/schema.v2.json b/static/schema/schema.v2.json index ce6063e..d5737db 100644 --- a/static/schema/schema.v2.json +++ b/static/schema/schema.v2.json @@ -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",