From 1ea7a7bc20a022924621588d51e373307ee550d9 Mon Sep 17 00:00:00 2001 From: Tim Gerundt Date: Thu, 11 Sep 2025 21:36:53 +0200 Subject: [PATCH] Add bootstrap file to `phpstan` --- phpstan.neon | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpstan.neon b/phpstan.neon index ebb75dd..9137f46 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -8,5 +8,7 @@ parameters: excludePaths: analyse: - src/includes/vendor + bootstrapFiles: + - src/config-sample.php fileExtensions: - php \ No newline at end of file