-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathphpstan-baseline.neon
121 lines (102 loc) · 3.97 KB
/
phpstan-baseline.neon
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
parameters:
ignoreErrors:
-
message: '#^Call to method failSchemaMismatch\(\) on an unknown class Radebatz\\OpenApi\\Verifier\\VerifiesOpenApi\.$#'
identifier: class.notFound
count: 1
path: src/Adapters/Laravel/OpenApiVerifierMiddleware.php
-
message: '#^Call to method verifyOpenApi\(\) on an unknown class Radebatz\\OpenApi\\Verifier\\VerifiesOpenApi\.$#'
identifier: class.notFound
count: 1
path: src/Adapters/Laravel/OpenApiVerifierMiddleware.php
-
message: '#^PHPDoc tag @var for variable \$verifier has invalid type Radebatz\\OpenApi\\Verifier\\VerifiesOpenApi\.$#'
identifier: varTag.trait
count: 1
path: src/Adapters/Laravel/OpenApiVerifierMiddleware.php
-
message: '#^Call to method failSchemaMismatch\(\) on an unknown class Radebatz\\OpenApi\\Verifier\\VerifiesOpenApi\.$#'
identifier: class.notFound
count: 1
path: src/Adapters/Slim/OpenApiVerifierMiddleware.php
-
message: '#^Call to method verifyOpenApi\(\) on an unknown class Radebatz\\OpenApi\\Verifier\\VerifiesOpenApi\.$#'
identifier: class.notFound
count: 1
path: src/Adapters/Slim/OpenApiVerifierMiddleware.php
-
message: '#^PHPDoc tag @var for variable \$verifier has invalid type Radebatz\\OpenApi\\Verifier\\VerifiesOpenApi\.$#'
identifier: varTag.trait
count: 1
path: src/Adapters/Slim/OpenApiVerifierMiddleware.php
-
message: '#^Call to sprintf contains 2 placeholders, 1 value given\.$#'
identifier: argument.sprintf
count: 1
path: src/OpenApiSchemaMismatchException.php
-
message: '#^Call to function property_exists\(\) with \$this\(Radebatz\\OpenApi\\Verifier\\Tests\\Adapters\\LaravelAdapterTest\) and ''openapiSpecification'' will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
count: 1
path: tests/Adapters/LaravelAdapterTest.php
-
message: '#^If condition is always true\.$#'
identifier: if.alwaysTrue
count: 1
path: tests/Adapters/LaravelAdapterTest.php
-
message: '#^Negated boolean expression is always false\.$#'
identifier: booleanNot.alwaysFalse
count: 2
path: tests/Adapters/LaravelAdapterTest.php
-
message: '#^Ternary operator condition is always false\.$#'
identifier: ternary.alwaysFalse
count: 1
path: tests/Adapters/LaravelAdapterTest.php
-
message: '#^Access to an undefined property Radebatz\\OpenApi\\Verifier\\Tests\\Adapters\\SlimAdapterTest\:\:\$app\.$#'
identifier: property.notFound
count: 1
path: tests/Adapters/SlimAdapterTest.php
-
message: '#^Call to function property_exists\(\) with \$this\(Radebatz\\OpenApi\\Verifier\\Tests\\Adapters\\SlimAdapterTest\) and ''openapiSpecification'' will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
count: 1
path: tests/Adapters/SlimAdapterTest.php
-
message: '#^If condition is always true\.$#'
identifier: if.alwaysTrue
count: 1
path: tests/Adapters/SlimAdapterTest.php
-
message: '#^Negated boolean expression is always false\.$#'
identifier: booleanNot.alwaysFalse
count: 1
path: tests/Adapters/SlimAdapterTest.php
-
message: '#^Right side of \|\| is always false\.$#'
identifier: booleanOr.rightAlwaysFalse
count: 1
path: tests/Adapters/SlimAdapterTest.php
-
message: '#^Ternary operator condition is always false\.$#'
identifier: ternary.alwaysFalse
count: 1
path: tests/Adapters/SlimAdapterTest.php
-
message: '#^Call to function is_object\(\) with Radebatz\\OpenApi\\Verifier\\OpenApiSpecificationLoader will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
count: 1
path: tests/OpenApiSpecificationLoaderTest.php
-
message: '#^Call to method PHPUnit\\Framework\\Assert\:\:assertTrue\(\) with true will always evaluate to true\.$#'
identifier: method.alreadyNarrowedType
count: 1
path: tests/OpenApiSpecificationLoaderTest.php
-
message: '#^If condition is always true\.$#'
identifier: if.alwaysTrue
count: 1
path: tests/VerifiesOpenApiTest.php