From 86a42ee2c35df36d0e144d8a77267e142642742f Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 13 Jan 2021 13:42:53 +0300 Subject: [PATCH] refactor(phpstan): set level 3 --- phpstan.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index aa8255cc..9e85587b 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,5 +1,5 @@ parameters: - level: 0 + level: 3 reportUnmatchedIgnoredErrors: false paths: - src