From abc19aac6dcad9c277922c70411ddf58972c9e55 Mon Sep 17 00:00:00 2001 From: Mark Scherer Date: Wed, 26 Jan 2022 19:25:13 +0100 Subject: [PATCH] TE-10574 Fix up phpstan config (#9063) * TE-10574 Fix up phpstan config --- phpstan.json | 3 --- phpstan.neon | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 phpstan.json diff --git a/phpstan.json b/phpstan.json deleted file mode 100644 index 3db500a..0000000 --- a/phpstan.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "defaultLevel": 7 -} diff --git a/phpstan.neon b/phpstan.neon index ae40650..3e1a8cf 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,4 +1,5 @@ parameters: + level: 7 checkMissingIterableValueType: false excludePaths: - '%rootDir%/../../../vendor/spryker/spryker/Bundles/ProductList/src/Spryker/Zed/ProductList/Persistence/ProductListRepository.php'