mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:16:13 +01:00
parent
0fcd109e45
commit
86676e8cb9
2 changed files with 6 additions and 2 deletions
|
@ -1,2 +1,6 @@
|
|||
parameters:
|
||||
ignoreErrors: []
|
||||
ignoreErrors:
|
||||
-
|
||||
message: "#^Method TTN\\\\Tea\\\\Domain\\\\Repository\\\\TeaRepository\\:\\:findByOwnerUid\\(\\) return type with generic interface TYPO3\\\\CMS\\\\Extbase\\\\Persistence\\\\QueryResultInterface does not specify its types\\: ModelType$#"
|
||||
count: 1
|
||||
path: Classes/Domain/Repository/TeaRepository.php
|
||||
|
|
|
@ -10,7 +10,7 @@ parameters:
|
|||
# Don't be overly greedy on machines with more CPU's to be a good neighbor especially on CI
|
||||
maximumNumberOfProcesses: 5
|
||||
|
||||
level: 4
|
||||
level: 6
|
||||
|
||||
paths:
|
||||
- Classes
|
||||
|
|
Loading…
Reference in a new issue