mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 04:36:12 +01: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:
parent
297423b2bd
commit
74d26a72a0
1 changed files with 0 additions and 5 deletions
|
@ -20,11 +20,6 @@ parameters:
|
||||||
- Configuration
|
- Configuration
|
||||||
- Tests
|
- Tests
|
||||||
|
|
||||||
scanDirectories:
|
|
||||||
- Classes
|
|
||||||
- Configuration
|
|
||||||
- Tests
|
|
||||||
|
|
||||||
type_coverage:
|
type_coverage:
|
||||||
return_type: 100
|
return_type: 100
|
||||||
param_type: 100
|
param_type: 100
|
||||||
|
|
Loading…
Reference in a new issue