-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
259 lines (217 loc) · 8.87 KB
/
phpstan-baseline.neon
File metadata and controls
259 lines (217 loc) · 8.87 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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
parameters:
ignoreErrors:
-
message: '#^Property Brick\\ORM\\ClassConfiguration\:\:\$reflectionClass with generic class ReflectionClass does not specify its types\: T$#'
identifier: missingType.generics
count: 1
path: src/ClassConfiguration.php
-
message: '#^Class Brick\\ORM\\ClassMetadata has an uninitialized property \$className\. Give it default value or assign it in the constructor\.$#'
identifier: property.uninitialized
count: 1
path: src/ClassMetadata.php
-
message: '#^Class Brick\\ORM\\ClassMetadata has an uninitialized property \$properties\. Give it default value or assign it in the constructor\.$#'
identifier: property.uninitialized
count: 1
path: src/ClassMetadata.php
-
message: '#^Class Brick\\ORM\\ClassMetadata has an uninitialized property \$propertyMappings\. Give it default value or assign it in the constructor\.$#'
identifier: property.uninitialized
count: 1
path: src/ClassMetadata.php
-
message: '#^Class Brick\\ORM\\ClassMetadataBuilder has an uninitialized property \$embeddableMetadata\. Give it default value or assign it in the constructor\.$#'
identifier: property.uninitialized
count: 1
path: src/ClassMetadataBuilder.php
-
message: '#^Class Brick\\ORM\\ClassMetadataBuilder has an uninitialized property \$entityMetadata\. Give it default value or assign it in the constructor\.$#'
identifier: property.uninitialized
count: 1
path: src/ClassMetadataBuilder.php
-
message: '#^Method Brick\\ORM\\Configuration\:\:getProxyClassName\(\) should return class\-string\<Brick\\ORM\\Proxy\> but returns string\.$#'
identifier: return.type
count: 1
path: src/Configuration.php
-
message: '#^Cannot call method getName\(\) on ReflectionClass\|false\.$#'
identifier: method.nonObject
count: 2
path: src/EntityConfiguration.php
-
message: '#^Cannot call method getParentClass\(\) on ReflectionClass\|false\.$#'
identifier: method.nonObject
count: 1
path: src/EntityConfiguration.php
-
message: '#^Dead catch \- ReflectionException is never thrown in the try block\.$#'
identifier: catch.neverThrown
count: 1
path: src/EntityConfiguration.php
-
message: '#^Parameter \#2 \.\.\.\$values of function sprintf expects bool\|float\|int\|string\|null, mixed given\.$#'
identifier: argument.type
count: 1
path: src/EntityConfiguration.php
-
message: '#^Class Brick\\ORM\\EntityMetadata has an uninitialized property \$childClasses\. Give it default value or assign it in the constructor\.$#'
identifier: property.uninitialized
count: 1
path: src/EntityMetadata.php
-
message: '#^Class Brick\\ORM\\EntityMetadata has an uninitialized property \$discriminatorColumn\. Give it default value or assign it in the constructor\.$#'
identifier: property.uninitialized
count: 1
path: src/EntityMetadata.php
-
message: '#^Class Brick\\ORM\\EntityMetadata has an uninitialized property \$discriminatorMap\. Give it default value or assign it in the constructor\.$#'
identifier: property.uninitialized
count: 1
path: src/EntityMetadata.php
-
message: '#^Class Brick\\ORM\\EntityMetadata has an uninitialized property \$discriminatorValue\. Give it default value or assign it in the constructor\.$#'
identifier: property.uninitialized
count: 1
path: src/EntityMetadata.php
-
message: '#^Class Brick\\ORM\\EntityMetadata has an uninitialized property \$idProperties\. Give it default value or assign it in the constructor\.$#'
identifier: property.uninitialized
count: 1
path: src/EntityMetadata.php
-
message: '#^Class Brick\\ORM\\EntityMetadata has an uninitialized property \$inverseDiscriminatorMap\. Give it default value or assign it in the constructor\.$#'
identifier: property.uninitialized
count: 1
path: src/EntityMetadata.php
-
message: '#^Class Brick\\ORM\\EntityMetadata has an uninitialized property \$isAutoIncrement\. Give it default value or assign it in the constructor\.$#'
identifier: property.uninitialized
count: 1
path: src/EntityMetadata.php
-
message: '#^Class Brick\\ORM\\EntityMetadata has an uninitialized property \$nonIdProperties\. Give it default value or assign it in the constructor\.$#'
identifier: property.uninitialized
count: 1
path: src/EntityMetadata.php
-
message: '#^Class Brick\\ORM\\EntityMetadata has an uninitialized property \$proxyClassName\. Give it default value or assign it in the constructor\.$#'
identifier: property.uninitialized
count: 1
path: src/EntityMetadata.php
-
message: '#^Class Brick\\ORM\\EntityMetadata has an uninitialized property \$rootClassName\. Give it default value or assign it in the constructor\.$#'
identifier: property.uninitialized
count: 1
path: src/EntityMetadata.php
-
message: '#^Class Brick\\ORM\\EntityMetadata has an uninitialized property \$selfNonIdProperties\. Give it default value or assign it in the constructor\.$#'
identifier: property.uninitialized
count: 1
path: src/EntityMetadata.php
-
message: '#^Class Brick\\ORM\\EntityMetadata has an uninitialized property \$tableName\. Give it default value or assign it in the constructor\.$#'
identifier: property.uninitialized
count: 1
path: src/EntityMetadata.php
-
message: '#^PHPDoc tag @var with type array\{string\} is not subtype of native type array\{non\-empty\-string\}\.$#'
identifier: varTag.nativeType
count: 1
path: src/Exception/ORMException.php
-
message: '#^Method Brick\\ORM\\Gateway\:\:getEntityClass\(\) should return class\-string but returns class\-string\|false\.$#'
identifier: return.type
count: 1
path: src/Gateway.php
-
message: '#^Method Brick\\ORM\\Gateway\:\:nativeQuery\(\) has parameter \$parameters with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: src/Gateway.php
-
message: '#^Method Brick\\ORM\\Gateway\:\:nativeQuery\(\) should return array\<T\> but returns list\<object\>\.$#'
identifier: return.type
count: 1
path: src/Gateway.php
-
message: '#^Parameter \#1 \$class of static method Brick\\ORM\\Exception\\UnknownEntityClassException\:\:unknownEntityClass\(\) expects class\-string, class\-string\|false given\.$#'
identifier: argument.type
count: 1
path: src/Gateway.php
-
message: '#^Cannot access offset int\|string on mixed\.$#'
identifier: offsetAccess.nonOffsetAccessible
count: 2
path: src/IdentityMap.php
-
message: '#^Method Brick\\ORM\\IdentityMap\:\:get\(\) should return object\|null but returns mixed\.$#'
identifier: return.type
count: 1
path: src/IdentityMap.php
-
message: '#^Property Brick\\ORM\\IdentityMap\:\:\$entities type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: src/IdentityMap.php
-
message: '#^Cannot cast mixed to float\.$#'
identifier: cast.double
count: 1
path: src/ObjectFactory.php
-
message: '#^Cannot cast mixed to int\.$#'
identifier: cast.int
count: 1
path: src/ObjectFactory.php
-
message: '#^Method Brick\\ORM\\ObjectFactory\:\:instantiateDTO\(\) should return object but returns T\.$#'
identifier: return.type
count: 1
path: src/ObjectFactory.php
-
message: '#^Method Brick\\ORM\\ObjectFactory\:\:read\(\) should return array\<string, mixed\> but returns array\<mixed\>\.$#'
identifier: return.type
count: 1
path: src/ObjectFactory.php
-
message: '#^PHPDoc tag @return with type T is not subtype of native type object\.$#'
identifier: return.phpDocType
count: 1
path: src/ObjectFactory.php
-
message: '#^Parameter \#1 \$className of method Brick\\ORM\\ObjectFactory\:\:instantiateDTO\(\) expects class\-string\<mixed\>, string given\.$#'
identifier: argument.type
count: 1
path: src/ObjectFactory.php
-
message: '#^Property Brick\\ORM\\ObjectFactory\:\:\$classes with generic class ReflectionClass does not specify its types\: T$#'
identifier: missingType.generics
count: 1
path: src/ObjectFactory.php
-
message: '#^Cannot cast mixed to int\.$#'
identifier: cast.int
count: 2
path: src/PropertyMapping/IntMapping.php
-
message: '#^Cannot cast mixed to string\.$#'
identifier: cast.string
count: 2
path: src/PropertyMapping/StringMapping.php
-
message: '#^Parameter \#3 \$subject of function str_replace expects array\<string\>\|string, string\|false given\.$#'
identifier: argument.type
count: 1
path: src/ProxyBuilder.php
-
message: '#^Parameter \#3 \$subject of function str_replace expects array\<string\>\|string, string\|false given\.$#'
identifier: argument.type
count: 1
path: src/RepositoryBuilder.php
-
message: '#^Parameter \#1 \$codepoint of function chr expects int\<0, 255\>, int\<min, 121\> given\.$#'
identifier: argument.type
count: 1
path: src/TableAliasGenerator.php