mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 01:56:12 +02:00

[TASK] Raise PHPStan to level 6 (#1258)

Part of #1252
This commit is contained in:
Oliver Klee 2024-05-06 06:32:12 +02:00 committed by GitHub
parent 0fcd109e45
commit 86676e8cb9
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: 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

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 # Don't be overly greedy on machines with more CPU's to be a good neighbor especially on CI
maximumNumberOfProcesses: 5 maximumNumberOfProcesses: 5
level: 4 level: 6
paths: paths:
- Classes - Classes