Skip to content

Commit 80bc0af

Browse files
Use level 8 for PHPStan
1 parent 1f1c6c2 commit 80bc0af

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

phpstan.neon

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
parameters:
2-
level: 6
2+
level: 8
33
paths:
44
- src
55
- tests
66
ignoreErrors:
77
-
88
message: '#Method [a-zA-Z0-9\\_]+::test#'
99
identifier: missingType.iterableValue
10-
path: tests
10+
path: tests
11+
-
12+
message: '#Property [a-zA-Z0-9\\_]+::\$historyContainer#'
13+
identifier: assign.propertyType
14+
path: tests/Context/ApiContextTest.php

0 commit comments

Comments
 (0)