mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:16:13 +01:00
[TASK] Raise PHPStan to level 8 (#1267)
This commit is contained in:
parent
7f21991fa5
commit
681d288653
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue