From 021c57646871e8b9b4131991475cd08deaba068d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 13 Oct 2024 23:23:48 +0200 Subject: [PATCH] Exclude the translation dumper fix files, to avoid phpstan issues, which we cannot control --- phpstan.dist.neon | 1 + 1 file changed, 1 insertion(+) diff --git a/phpstan.dist.neon b/phpstan.dist.neon index feccdcf6..a9f11291 100644 --- a/phpstan.dist.neon +++ b/phpstan.dist.neon @@ -12,6 +12,7 @@ parameters: - src/Doctrine/Purger/* - src/DataTables/Adapters/TwoStepORMAdapter.php - src/Form/Fixes/* + - src/Translation/Fixes/*