mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-16 21:16:13 +02:00

[TASK] Raise PHPStan to level 9 (#1269)

Fixes #1252
This commit is contained in:
Oliver Klee 2024-05-06 13:25:05 +02:00 committed by GitHub
parent b2d2f2a705
commit 60145ba685
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -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