-
-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathphpstan.neon.dist
More file actions
20 lines (19 loc) · 799 Bytes
/
phpstan.neon.dist
File metadata and controls
20 lines (19 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
includes:
- phpstan-baseline.neon
- vendor-bin/phpstan/vendor/phpstan/phpstan-deprecation-rules/rules.neon
- vendor-bin/phpstan/vendor/phpstan/phpstan-strict-rules/rules.neon
parameters:
level: max
paths:
- src
stubFiles:
- .stubs/Psr/Http/Message/StreamInterface.phpstub
- .stubs/Psr/Http/Message/UriInterface.phpstub
- .stubs/Psr/Http/Message/MessageInterface.phpstub
- .stubs/Psr/Http/Message/RequestInterface.phpstub
- .stubs/Psr/Http/Message/ResponseInterface.phpstub
- .stubs/Http/Promise/Promise.phpstub
- .stubs/Http/Client/Common/Plugin.phpstub
ignoreErrors:
- '#return type has no value type specified in iterable type array#'
- '#no value type specified in iterable type array#'