Exclude tests from phpstan analysis

This commit is contained in:
Jan Böhmer 2023-06-13 19:06:50 +02:00
parent f3f391ab43
commit 74051c5649
2 changed files with 21 additions and 21 deletions

View file

@ -4,9 +4,9 @@ parameters:
paths:
- src
- tests
# - tests
excludes_analyse:
excludePaths:
- src/DataTables/Adapter/*
- src/Configuration/*
- src/Doctrine/Purger/*