From b6e5b365a750f0bab96520b1922a9cefb2811d31 Mon Sep 17 00:00:00 2001 From: Christian Heel <66922325+heelc29@users.noreply.github.com> Date: Mon, 29 Jun 2026 15:56:35 +0200 Subject: [PATCH] scan symfony/polyfill-mbstring --- phpstan.neon | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpstan.neon b/phpstan.neon index 07d82270..cc0a5e08 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -6,5 +6,7 @@ parameters: level: 5 phpVersion: 80100 reportUnmatchedIgnoredErrors: false + scanDirectories: + - vendor/symfony/polyfill-mbstring paths: - src