mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-23 12:56:13 +01:00
parent
b2d2f2a705
commit
60145ba685
2 changed files with 6 additions and 2 deletions
|
@ -1,2 +1,6 @@
|
|||
parameters:
|
||||
ignoreErrors: []
|
||||
ignoreErrors:
|
||||
-
|
||||
message: "#^Method TTN\\\\Tea\\\\Controller\\\\FrontEndEditorController\\:\\:getUidOfLoggedInUser\\(\\) should return int\\<0, max\\> but returns mixed\\.$#"
|
||||
count: 1
|
||||
path: Classes/Controller/FrontEndEditorController.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: 8
|
||||
level: 9
|
||||
|
||||
paths:
|
||||
- Classes
|
||||
|
|
Loading…
Reference in a new issue