-
-
Notifications
You must be signed in to change notification settings - Fork 170
Expand file tree
/
Copy pathphpstan-components.neon
More file actions
53 lines (46 loc) · 1.92 KB
/
phpstan-components.neon
File metadata and controls
53 lines (46 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
parameters:
level: 6
phpVersion: 80000
paths:
- src/Components
excludePaths:
- */vendor/*
- src/Components/grpc/example/grpc
- src/Components/smarty/src/smarty-plugins
- src/Components/swoole/src/Process/Process.php
- src/Components/pgsql/src/Db/Drivers/SwooleNew
- src/Components/phar/src/Ignore
bootstrapFiles:
- vendor/autoload.php
treatPhpDocTypesAsCertain: false
checkGenericClassInNonGenericObjectType: false
checkMissingIterableValueType: false
reportUnmatchedIgnoredErrors: false
ignoreErrors:
- '#is never read, only written#'
- '#expects class-string<\S+>, string given#'
- '#Unable to resolve the template type T in call to method#'
- '#Access to an undefined property Imi\\Util\\LazyArrayObject::\$[^.]+.#'
- '#Access to an undefined property Imi\\Util\\ArrayData::\$[^.]+.#'
- '#Unsafe usage of new static\(\).+#'
- '#Argument of an invalid type Imi\\Util\\ArrayData supplied for foreach, only iterables are supported.#'
- '#Argument of an invalid type ArrayAccess supplied for foreach, only iterables are supported.#'
- '#Property GPBMetadata\\Grpc::\$\S+ has no typehint specified.#'
- '#Property Grpc\\[^:]+::\$\S+ has no typehint specified.#'
- '#Method GPBMetadata\\Grpc::initOnce\(\) has no return typehint specified.#'
- '#PHPDoc tag @throws with type \S+ is not subtype of Throwable#'
- '#Constant IMI_PATH not found.#'
- '#Swoole\\Coroutine\\\S+ not found#'
-
message: '#Method \S+ has no return typehint specified.#'
paths:
- tests/unit/**Test.php
-
message: '#class .+ not found#'
paths:
- src/Components/jwt/*
-
message: '#Lcobucci#'
paths:
- src/Components/jwt/*
services: