mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:36:13 +02:00

[CLEANUP] Reduce redundancies in the PHPStan configuration (#1242)

Directories configured via `paths` already allows PHPStan to discover
the symbols in the code located there. So there is no need to add
these directories again via `scanDirectories`.

https://phpstan.org/user-guide/discovering-symbols#third-party-code-outside-of-composer-dependencies
This commit is contained in:
Oliver Klee 2024-04-18 15:40:58 +02:00 committed by GitHub
parent 297423b2bd
commit 74d26a72a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,11 +20,6 @@ parameters:
- Configuration
- Tests
scanDirectories:
- Classes
- Configuration
- Tests
type_coverage:
return_type: 100
param_type: 100