From e9d7b92a6ef23f6a90edd27f3d6421e0a1667798 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 4 Nov 2021 16:20:29 +0200 Subject: [PATCH] phpstan level 3 --- phpstan.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index 013507214b..612dc66eb9 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,5 +1,5 @@ parameters: - level: 1 + level: 3 inferPrivatePropertyTypeFromConstructor: true paths: - application