Skip to content

Commit df2a2fb

Browse files
committed
Change PHPStan level to 8
1 parent 35728f0 commit df2a2fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpstan.neon

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ includes:
33
parameters:
44
inferPrivatePropertyTypeFromConstructor: true
55
tmpDir: .build/phpstan/
6-
level: max
6+
level: 8
77
paths:
88
- src
99
- tests
1010
ignoreErrors:
1111
-
12-
message: '#Method [a-zA-Z0-9\\_]+::[a-zA-Z0-9\\_]+\(\) has no return typehint specified.#'
12+
message: '#Method [a-zA-Z0-9\\_]+::[a-zA-Z0-9\\_]+\(\) has no return type specified.#'
1313
path: tests

0 commit comments

Comments
 (0)