From 04afcb16e88151746149b0788b3fb7200e91aba5 Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Tue, 23 Jun 2026 11:38:37 -0400 Subject: [PATCH] disable again phpstan treatPhpDocTypesAsCertain --- phpstan.dist.neon | 1 + 1 file changed, 1 insertion(+) diff --git a/phpstan.dist.neon b/phpstan.dist.neon index 2928eca..a2fff61 100644 --- a/phpstan.dist.neon +++ b/phpstan.dist.neon @@ -8,3 +8,4 @@ parameters: level: 6 paths: - flight + treatPhpDocTypesAsCertain: false