mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:36:13 +02:00

[TASK] Raise PHPStan to level 8 (#1267)

This commit is contained in:
Oliver Klee 2024-05-06 12:52:07 +02:00 committed by GitHub
parent 7f21991fa5
commit 681d288653
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: "#^Cannot call method getImage\\(\\) on TTN\\\\Tea\\\\Domain\\\\Model\\\\Tea\\|null\\.$#"
count: 1
path: Tests/Functional/Domain/Repository/TeaRepositoryTest.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: 6
level: 8
paths:
- Classes