-
-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
139 lines (117 loc) · 4 KB
/
Copy pathphpstan-baseline.neon
File metadata and controls
139 lines (117 loc) · 4 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
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
parameters:
ignoreErrors:
-
message: '#^Negated boolean expression is always false\.$#'
identifier: booleanNot.alwaysFalse
count: 1
path: src/Deserializer.php
-
message: '#^PHPDoc tag @param for parameter \$request with type Psr\\Http\\Message\\RequestInterface\|null is not subtype of native type Psr\\Http\\Message\\RequestInterface\.$#'
identifier: parameter.phpDocType
count: 1
path: src/Deserializer.php
-
message: '#^Method GuzzleHttp\\Command\\Guzzle\\Operation\:\:getServiceDescription\(\) should return GuzzleHttp\\Command\\Guzzle\\Description but returns GuzzleHttp\\Command\\Guzzle\\DescriptionInterface\.$#'
identifier: return.type
count: 1
path: src/Operation.php
-
message: '#^Call to function is_object\(\) with \*NEVER\* will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
count: 1
path: src/Parameter.php
-
message: '#^Call to function is_string\(\) with string will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
count: 1
path: src/Parameter.php
-
message: '#^If condition is always true\.$#'
identifier: if.alwaysTrue
count: 2
path: src/Parameter.php
-
message: '#^Negated boolean expression is always false\.$#'
identifier: booleanNot.alwaysFalse
count: 1
path: src/Parameter.php
-
message: '#^Result of && is always false\.$#'
identifier: booleanAnd.alwaysFalse
count: 1
path: src/Parameter.php
-
message: '#^Strict comparison using \=\=\= between string and null will always evaluate to false\.$#'
identifier: identical.alwaysFalse
count: 1
path: src/Parameter.php
-
message: '#^Unsafe usage of new static\(\)\.$#'
identifier: new.static
count: 3
path: src/Parameter.php
-
message: '#^If condition is always true\.$#'
identifier: if.alwaysTrue
count: 1
path: src/RequestLocation/AbstractLocation.php
-
message: '#^Left side of && is always true\.$#'
identifier: booleanAnd.leftAlwaysTrue
count: 1
path: src/RequestLocation/HeaderLocation.php
-
message: '#^If condition is always true\.$#'
identifier: if.alwaysTrue
count: 2
path: src/RequestLocation/XmlLocation.php
-
message: '#^Negated boolean expression is always false\.$#'
identifier: booleanNot.alwaysFalse
count: 1
path: src/RequestLocation/XmlLocation.php
-
message: '#^Parameter \#1 \$name of method GuzzleHttp\\Command\\Guzzle\\Parameter\:\:setName\(\) expects string, null given\.$#'
identifier: argument.type
count: 1
path: src/RequestLocation/XmlLocation.php
-
message: '#^Property GuzzleHttp\\Command\\Guzzle\\RequestLocation\\XmlLocation\:\:\$writer \(XMLWriter\) does not accept null\.$#'
identifier: assign.propertyType
count: 1
path: src/RequestLocation/XmlLocation.php
-
message: '#^Call to function is_array\(\) with non\-empty\-array\<string\> will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
count: 1
path: src/ResponseLocation/HeaderLocation.php
-
message: '#^Negated boolean expression is always false\.$#'
identifier: booleanNot.alwaysFalse
count: 1
path: src/ResponseLocation/XmlLocation.php
-
message: '#^Variable \$result in isset\(\) always exists and is not nullable\.$#'
identifier: isset.variable
count: 1
path: src/ResponseLocation/XmlLocation.php
-
message: '#^Unreachable statement \- code above always terminates\.$#'
identifier: deadCode.unreachable
count: 1
path: src/SchemaFormatter.php
-
message: '#^Parameter \#1 \$array_arg of function sort contains unresolvable type\.$#'
identifier: argument.unresolvableType
count: 1
path: src/SchemaValidator.php
-
message: '#^Strict comparison using \=\=\= between null and string will always evaluate to false\.$#'
identifier: identical.alwaysFalse
count: 1
path: src/Serializer.php
-
message: '#^Variable \$additional in PHPDoc tag @var does not exist\.$#'
identifier: varTag.variableNotFound
count: 1
path: src/Serializer.php