-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
271 lines (218 loc) · 8.62 KB
/
phpstan-baseline.neon
File metadata and controls
271 lines (218 loc) · 8.62 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
260
261
262
263
264
265
266
267
268
269
270
271
parameters:
ignoreErrors:
-
message: "#^Access to constant PRODUCTION on an unknown class net\\\\authorize\\\\api\\\\constants\\\\ANetEnvironment\\.$#"
count: 1
path: Store/StoreAuthorizeNetPaymentProvider.php
-
message: "#^Access to constant SANDBOX on an unknown class net\\\\authorize\\\\api\\\\constants\\\\ANetEnvironment\\.$#"
count: 1
path: Store/StoreAuthorizeNetPaymentProvider.php
-
message: "#^Class net\\\\authorize\\\\api\\\\contract\\\\v1\\\\AnetApiResponseType not found\\.$#"
count: 2
path: Store/StoreAuthorizeNetPaymentProvider.php
-
message: "#^Class net\\\\authorize\\\\api\\\\contract\\\\v1\\\\TransactionResponseType not found\\.$#"
count: 2
path: Store/StoreAuthorizeNetPaymentProvider.php
-
message: "#^Instantiated class net\\\\authorize\\\\api\\\\contract\\\\v1\\\\CreateTransactionRequest not found\\.$#"
count: 1
path: Store/StoreAuthorizeNetPaymentProvider.php
-
message: "#^Instantiated class net\\\\authorize\\\\api\\\\contract\\\\v1\\\\CreditCardType not found\\.$#"
count: 1
path: Store/StoreAuthorizeNetPaymentProvider.php
-
message: "#^Instantiated class net\\\\authorize\\\\api\\\\contract\\\\v1\\\\CustomerAddressType not found\\.$#"
count: 1
path: Store/StoreAuthorizeNetPaymentProvider.php
-
message: "#^Instantiated class net\\\\authorize\\\\api\\\\contract\\\\v1\\\\CustomerDataType not found\\.$#"
count: 1
path: Store/StoreAuthorizeNetPaymentProvider.php
-
message: "#^Instantiated class net\\\\authorize\\\\api\\\\contract\\\\v1\\\\ExtendedAmountType not found\\.$#"
count: 2
path: Store/StoreAuthorizeNetPaymentProvider.php
-
message: "#^Instantiated class net\\\\authorize\\\\api\\\\contract\\\\v1\\\\LineItemType not found\\.$#"
count: 1
path: Store/StoreAuthorizeNetPaymentProvider.php
-
message: "#^Instantiated class net\\\\authorize\\\\api\\\\contract\\\\v1\\\\MerchantAuthenticationType not found\\.$#"
count: 1
path: Store/StoreAuthorizeNetPaymentProvider.php
-
message: "#^Instantiated class net\\\\authorize\\\\api\\\\contract\\\\v1\\\\OrderType not found\\.$#"
count: 1
path: Store/StoreAuthorizeNetPaymentProvider.php
-
message: "#^Instantiated class net\\\\authorize\\\\api\\\\contract\\\\v1\\\\PaymentType not found\\.$#"
count: 1
path: Store/StoreAuthorizeNetPaymentProvider.php
-
message: "#^Instantiated class net\\\\authorize\\\\api\\\\contract\\\\v1\\\\TransactionRequestType not found\\.$#"
count: 1
path: Store/StoreAuthorizeNetPaymentProvider.php
-
message: "#^Instantiated class net\\\\authorize\\\\api\\\\controller\\\\CreateTransactionController not found\\.$#"
count: 1
path: Store/StoreAuthorizeNetPaymentProvider.php
-
message: "#^Undefined variable\\: \\$mode$#"
count: 1
path: Store/StoreAuthorizeNetPaymentProvider.php
-
message: "#^Access to an undefined property StoreBingShoppingGenerator\\:\\:\\$last_header\\.$#"
count: 2
path: Store/StoreBingShoppingGenerator.php
-
message: "#^Instantiated class StoreBingShoppingGenerator is abstract\\.$#"
count: 1
path: Store/StoreBingShoppingUploader.php
-
message: "#^Access to constant AVS on an unknown class Braintree\\\\Transaction\\.$#"
count: 1
path: Store/StoreBraintreePaymentProvider.php
-
message: "#^Access to constant AVS_AND_CVV on an unknown class Braintree\\\\Transaction\\.$#"
count: 1
path: Store/StoreBraintreePaymentProvider.php
-
message: "#^Access to constant CVV on an unknown class Braintree\\\\Transaction\\.$#"
count: 1
path: Store/StoreBraintreePaymentProvider.php
-
message: "#^Access to constant GATEWAY_REJECTED on an unknown class Braintree\\\\Transaction\\.$#"
count: 1
path: Store/StoreBraintreePaymentProvider.php
-
message: "#^Access to constant PROCESSOR_DECLINED on an unknown class Braintree\\\\Transaction\\.$#"
count: 1
path: Store/StoreBraintreePaymentProvider.php
-
message: "#^Access to constant SETTLEMENT_DECLINED on an unknown class Braintree\\\\Transaction\\.$#"
count: 1
path: Store/StoreBraintreePaymentProvider.php
-
message: "#^Call to static method environment\\(\\) on an unknown class Braintree\\\\Configuration\\.$#"
count: 1
path: Store/StoreBraintreePaymentProvider.php
-
message: "#^Call to static method merchantId\\(\\) on an unknown class Braintree\\\\Configuration\\.$#"
count: 1
path: Store/StoreBraintreePaymentProvider.php
-
message: "#^Call to static method privateKey\\(\\) on an unknown class Braintree\\\\Configuration\\.$#"
count: 1
path: Store/StoreBraintreePaymentProvider.php
-
message: "#^Call to static method publicKey\\(\\) on an unknown class Braintree\\\\Configuration\\.$#"
count: 1
path: Store/StoreBraintreePaymentProvider.php
-
message: "#^Call to static method sale\\(\\) on an unknown class Braintree\\\\Transaction\\.$#"
count: 1
path: Store/StoreBraintreePaymentProvider.php
-
message: "#^Class Braintree\\\\Exception\\\\Authentication not found\\.$#"
count: 1
path: Store/StoreBraintreePaymentProvider.php
-
message: "#^Class Braintree\\\\Exception\\\\Authorization not found\\.$#"
count: 1
path: Store/StoreBraintreePaymentProvider.php
-
message: "#^Class Braintree\\\\Exception\\\\Configuration not found\\.$#"
count: 1
path: Store/StoreBraintreePaymentProvider.php
-
message: "#^Class Braintree\\\\Exception\\\\ServerError not found\\.$#"
count: 1
path: Store/StoreBraintreePaymentProvider.php
-
message: "#^Class Braintree\\\\Exception\\\\UpgradeRequired not found\\.$#"
count: 1
path: Store/StoreBraintreePaymentProvider.php
-
message: "#^Parameter \\$external_transaction of method StoreBraintreePaymentProvider\\:\\:createPaymentMethodTransaction\\(\\) has invalid type Braintree\\\\Transaction\\.$#"
count: 1
path: Store/StoreBraintreePaymentProvider.php
-
message: "#^Parameter \\$response of method StoreBraintreePaymentProvider\\:\\:generateExceptionFromResponse\\(\\) has invalid type Braintree\\\\Base\\.$#"
count: 1
path: Store/StoreBraintreePaymentProvider.php
-
message: "#^Undefined variable\\: \\$environment$#"
count: 1
path: Store/StoreBraintreePaymentProvider.php
-
message: "#^Access to private property \\$composite_widgets_created of parent class SwatWidget\\.$#"
count: 1
path: Store/StoreCartLightbox.php
-
message: "#^Deprecated in PHP 8\\.0\\: Required parameter \\$app follows optional parameter \\$id\\.$#"
count: 1
path: Store/StoreCartLightbox.php
-
message: "#^Method StoreCartLightbox\\:\\:displayCartEntries\\(\\) should return string but return statement is missing\\.$#"
count: 1
path: Store/StoreCartLightbox.php
-
message: "#^Method StoreCartLightbox\\:\\:displayContent\\(\\) should return string but return statement is missing\\.$#"
count: 1
path: Store/StoreCartLightbox.php
-
message: "#^Access to constant ERROR_ERROR on an unknown class Payment_PayPal_SOAP\\.$#"
count: 1
path: Store/StorePayPalPaymentProvider.php
-
message: "#^Access to constant ERROR_WARNING on an unknown class Payment_PayPal_SOAP\\.$#"
count: 6
path: Store/StorePayPalPaymentProvider.php
-
message: "#^Caught class Payment_PayPal_SOAP_ErrorException not found\\.$#"
count: 6
path: Store/StorePayPalPaymentProvider.php
-
message: "#^Class Payment_PayPal_SOAP_ErrorException not found\\.$#"
count: 1
path: Store/StorePayPalPaymentProvider.php
-
message: "#^Instantiated class Payment_PayPal_SOAP not found\\.$#"
count: 1
path: Store/StorePayPalPaymentProvider.php
-
message: "#^Instantiated class StorePaymentException is abstract\\.$#"
count: 1
path: Store/StorePayPalPaymentProvider.php
-
message: "#^Undefined variable\\: \\$parameters$#"
count: 1
path: Store/StorePayPalPaymentProvider.php
-
message: "#^Undefined variable\\: \\$periods$#"
count: 5
path: Store/admin/components/Ad/Details.php
-
message: "#^Call to an undefined static method AdminDBOrder\\:\\:buildFrame\\(\\)\\.$#"
count: 1
path: Store/admin/components/Item/Order.php
-
message: "#^Caught class Services_StrikeIron_SoapException not found\\.$#"
count: 1
path: Store/dataobjects/StoreAddress.php
-
message: "#^Instantiated class Services_StrikeIron_VerifyAddressUsa not found\\.$#"
count: 1
path: Store/dataobjects/StoreAddress.php
-
message: "#^Instantiated class StoreOrderConfirmationMailMessage is abstract\\.$#"
count: 2
path: Store/dataobjects/StoreOrder.php
-
message: "#^Undefined variable\\: \\$card_type_id$#"
count: 1
path: Store/pages/StoreCheckoutPaymentMethodPage.php