From 8729e5821426d9aa366311f36d43edeeab6cd6ff Mon Sep 17 00:00:00 2001 From: Sukhwinder Dhillon Date: Wed, 17 Apr 2024 13:35:14 +0200 Subject: [PATCH] phpstan: Scan `/usr/share/icinga-php` instead of `vendor` Because this is available both locally and remotely. --- phpstan.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index 6bf4499..8974db3 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -12,4 +12,4 @@ parameters: - src scanDirectories: - - vendor + - /usr/share/icinga-php