From 6bbfeb7e2ce253d05159d5a605b4d72dfe13c442 Mon Sep 17 00:00:00 2001 From: Brian Faust Date: Wed, 21 Oct 2020 13:33:26 +0300 Subject: [PATCH] chore: start with highest phpstan level --- phpstan.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index d1a44b1..bda32f0 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,7 +1,7 @@ parameters: paths: - app - level: 0 + level: 8 ignoreErrors: - '#Unsafe usage of new static#' checkMissingIterableValueType: false