From a9ec1d9ad0e20d015c18fddcdfd8aaab80cc7f3d Mon Sep 17 00:00:00 2001 From: Ndame Kital <ndame.kial@smile.fr> Date: Mon, 8 Jun 2020 11:06:19 +0200 Subject: [PATCH] phpstan --- phpstan.neon | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index 445f6f0d..e3870094 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,9 +1,11 @@ includes: - - vendor/irstea/phpstan-config/phpstan.neon + - vendor/irstea/phpstan-config/strict.neon + - vendor/irstea/phpstan-config/phpunit.neon parameters: - level: 1 - - paths: - - src - - tests + excludes_analyse: + - 'tests/Fixtures/var/cache/' + level: 1 + paths: + - src + - tests \ No newline at end of file -- GitLab