From 62ca093b75329f5d11d67b425ba0efd22649a3c8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 20 Oct 2023 21:22:03 +0300 Subject: make phpstan & watcher happy, stop running phpstan on vendor/ --- phpstan.neon | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'phpstan.neon') diff --git a/phpstan.neon b/phpstan.neon index 1b5c17e3e..8b0c352a2 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -28,8 +28,6 @@ parameters: - plugins/**/tests/* - plugins/*/vendor/intervention/* - plugins/*/vendor/psr/log/* - - vendor/**/test/* - - vendor/**/tests/* - - vendor/sebastian/* + - vendor/**/* paths: - . -- cgit v1.2.3