From d63cf8f0193bdcbf706b53827c720e5dceb12bd7 Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Sat, 20 Jan 2024 09:34:22 +1100 Subject: [PATCH] Fixed PHPStan reporting on unmatched rules for the optional settings includes. --- phpstan.neon | 1 + 1 file changed, 1 insertion(+) diff --git a/phpstan.neon b/phpstan.neon index d3d658c40..9db5e0c35 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -49,3 +49,4 @@ parameters: message: '#Variable .* might not be defined.#' paths: - web/sites/default/includes + reportUnmatched: false