From 6c264c66a4c59af371f0a73da7096900f8a63e45 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Fri, 3 Jan 2025 08:57:17 +0100 Subject: [PATCH] [TASK] Also check `ext_localconf.php` with PHPStan (#1532) --- phpstan.neon | 1 + 1 file changed, 1 insertion(+) diff --git a/phpstan.neon b/phpstan.neon index aabb7d1..c36734a 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -16,6 +16,7 @@ parameters: - Classes - Configuration - Tests + - ext_localconf.php # Allow instanceof checks, particularly in tests checkAlwaysTrueCheckTypeFunctionCall: false