mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-22 10:16:12 +01:00
Fix phpstan configuration
This commit is contained in:
parent
427a44d76a
commit
ebe108bf20
1 changed files with 3 additions and 3 deletions
|
@ -13,9 +13,9 @@ parameters:
|
|||
level: 9
|
||||
|
||||
paths:
|
||||
- Classes
|
||||
- Configuration
|
||||
- Tests
|
||||
- ../../Classes
|
||||
- ../../Configuration
|
||||
- ../../Tests
|
||||
|
||||
# Allow instanceof checks, particularly in tests
|
||||
checkAlwaysTrueCheckTypeFunctionCall: false
|
||||
|
|
Loading…
Reference in a new issue