mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:56: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
|
level: 9
|
||||||
|
|
||||||
paths:
|
paths:
|
||||||
- Classes
|
- ../../Classes
|
||||||
- Configuration
|
- ../../Configuration
|
||||||
- Tests
|
- ../../Tests
|
||||||
|
|
||||||
# Allow instanceof checks, particularly in tests
|
# Allow instanceof checks, particularly in tests
|
||||||
checkAlwaysTrueCheckTypeFunctionCall: false
|
checkAlwaysTrueCheckTypeFunctionCall: false
|
||||||
|
|
Loading…
Reference in a new issue