From 10285cf3d39a6a958bc2de8dd4bd8ce4bec7da85 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 9 Nov 2021 17:47:18 +0200 Subject: [PATCH] phpstan level 5 --- phpstan.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index ad7ef4d8aa..1d12e43205 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,5 +1,5 @@ parameters: - level: 4 + level: 5 inferPrivatePropertyTypeFromConstructor: true paths: - application