-
Notifications
You must be signed in to change notification settings - Fork 104
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
80 lines (67 loc) · 4.27 KB
/
Copy pathphpstan-baseline.neon
File metadata and controls
80 lines (67 loc) · 4.27 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
parameters:
ignoreErrors:
-
message: '#^Default value of the parameter \#3 \$order \(array\{\}\) of method Mews\\Pos\\Crypt\\PosNetPosCrypt\:\:createHash\(\) is incompatible with type array\{amount\: int, currency\: string, id\: string\}\.$#'
identifier: parameter.defaultValue
count: 1
path: src/Crypt/PosNetPosCrypt.php
-
message: '#^Offset ''CommonPaymentUrl'' might not exist on array\{CommonPaymentUrl\: string, PaymentToken\: string\}\|null\.$#'
identifier: offsetAccess.notFound
count: 1
path: src/DataMapper/Request/Mapper/PayFlexCPV4PosRequestDataMapper.php
-
message: '#^Offset ''PaymentToken'' might not exist on array\{CommonPaymentUrl\: string, PaymentToken\: string\}\|null\.$#'
identifier: offsetAccess.notFound
count: 1
path: src/DataMapper/Request/Mapper/PayFlexCPV4PosRequestDataMapper.php
-
message: '#^Default value of the parameter \#2 \$data \(array\{\}\) of method Mews\\Pos\\DataMapper\\Request\\Mapper\\PayForPosRequestDataMapper\:\:createHistoryRequestData\(\) is incompatible with type array\{transaction_date\: DateTimeInterface\}\.$#'
identifier: parameter.defaultValue
count: 1
path: src/DataMapper/Request/Mapper/PayForPosRequestDataMapper.php
-
message: '#^Offset ''3d''\|''3d_host''\|''3d_pay''\|''3d_pay_hosting''\|''regular''\|null might not exist on array\<''3d''\|''3d_host''\|''3d_pay''\|''3d_pay_hosting''\|''regular'', string\>\.$#'
identifier: offsetAccess.notFound
count: 1
path: src/DataMapper/Request/ValueMapper/AbstractRequestValueMapper.php
-
message: '#^Possibly invalid array key type string\|null\.$#'
identifier: offsetAccess.invalidOffset
count: 1
path: src/DataMapper/Request/ValueMapper/AbstractRequestValueMapper.php
-
message: '#^Strict comparison using \=\=\= between ''3d_host'' and ''3d_host'' will always evaluate to true\.$#'
identifier: identical.alwaysTrue
count: 1
path: src/Gateway/AbstractGateway.php
-
message: '#^Unreachable statement \- code above always terminates\.$#'
identifier: deadCode.unreachable
count: 1
path: src/Gateway/AbstractGateway.php
-
message: '#^Method Mews\\Pos\\Gateway\\PayFlexCPV4Pos\:\:get3DPaymentStatus\(\) should return array\{ErrorCode\: string\}\|array\{Rc\: string, AuthCode\: string, TransactionId\: string, PaymentToken\: string, MaskedPan\: string\}\|array\{Rc\: string, Message\: string, TransactionId\: string, PaymentToken\: string\} but returns array\<string, mixed\>\.$#'
identifier: return.type
count: 1
path: src/Gateway/PayFlexCPV4Pos.php
-
message: '#^Parameter \#1 \$raw3DAuthResponseData of method Mews\\Pos\\DataMapper\\Response\\Mapper\\PayFlexCPV4PosResponseDataMapper\:\:map3DHostResponseData\(\) expects array\{ErrorCode\: string\}\|array\{Rc\: string, AuthCode\: string, TransactionId\: string, PaymentToken\: string, MaskedPan\: string\}\|array\{Rc\: string, Message\: string, TransactionId\: string, PaymentToken\: string\}, array\<string, string\> given\.$#'
identifier: argument.type
count: 1
path: src/Gateway/PayFlexCPV4Pos.php
-
message: '#^Parameter \#1 \$raw3DAuthResponseData of method Mews\\Pos\\DataMapper\\Response\\Mapper\\PayFlexCPV4PosResponseDataMapper\:\:map3DPayResponseData\(\) expects array\{ErrorCode\: string\}\|array\{Rc\: string, AuthCode\: string, TransactionId\: string, PaymentToken\: string, MaskedPan\: string\}\|array\{Rc\: string, Message\: string, TransactionId\: string, PaymentToken\: string\}, array\<string, string\> given\.$#'
identifier: argument.type
count: 1
path: src/Gateway/PayFlexCPV4Pos.php
-
message: '#^Parameter \#7 \$extraData of method Mews\\Pos\\DataMapper\\Request\\Mapper\\PayFlexCPV4PosRequestDataMapper\:\:create3DFormData\(\) expects array\{CommonPaymentUrl\: string, PaymentToken\: string\}\|null, array\{CommonPaymentUrl\: string\|null, PaymentToken\: string\|null, ErrorCode\: null, ResponseMessage\: string\|null\} given\.$#'
identifier: argument.type
count: 1
path: src/Gateway/PayFlexCPV4Pos.php
-
message: '#^Parameter \#2 \$creditCard of method Mews\\Pos\\Gateway\\PayFlexV4Pos\:\:sendEnrollmentRequest\(\) expects Mews\\Pos\\Model\\Card\\CreditCardInterface, Mews\\Pos\\Model\\Card\\CreditCardInterface\|null given\.$#'
identifier: argument.type
count: 1
path: src/Gateway/PayFlexV4Pos.php