From 8bea5cec01c16d78399986361cd8a2a89a59524f Mon Sep 17 00:00:00 2001 From: Sukhwinder Dhillon Date: Wed, 17 Apr 2024 13:40:10 +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 d3bd084..62fe8a6 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -11,7 +11,7 @@ parameters: - src scanDirectories: - - vendor + - /usr/share/icinga-php ignoreErrors: -