diff --git a/phpstan.neon b/phpstan.neon index 445f6f0dc0bc7a66b3a1d50ad67a9f3ab5ca4088..c993734f8b7a5292ddd1d4e71cc97180178f62e3 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,9 +1,14 @@ 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/Entity + - tests/Form + - tests/Form + - tests/Listener