We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35728f0 commit df2a2fbCopy full SHA for df2a2fb
phpstan.neon
@@ -3,11 +3,11 @@ includes:
3
parameters:
4
inferPrivatePropertyTypeFromConstructor: true
5
tmpDir: .build/phpstan/
6
- level: max
+ level: 8
7
paths:
8
- src
9
- tests
10
ignoreErrors:
11
-
12
- message: '#Method [a-zA-Z0-9\\_]+::[a-zA-Z0-9\\_]+\(\) has no return typehint specified.#'
+ message: '#Method [a-zA-Z0-9\\_]+::[a-zA-Z0-9\\_]+\(\) has no return type specified.#'
13
path: tests
0 commit comments