From d7188681c16c5b6cc56a1e714582a6ea02089c34 Mon Sep 17 00:00:00 2001 From: Michel Bade Date: Thu, 29 Aug 2024 21:36:23 +0200 Subject: [PATCH] NTR - Fixed phpstan type complains --- phpstan.neon | 1 + 1 file changed, 1 insertion(+) diff --git a/phpstan.neon b/phpstan.neon index bd6f2da..208d861 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -13,6 +13,7 @@ parameters: return_type: 99 param_type: 98 property_type: 55 + constant_type: 0 bootstrapFiles: - tests/bootstrap.php