-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
phpstan-baseline.neon
91 lines (74 loc) · 3.45 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
parameters:
ignoreErrors:
-
message: "#^Cannot access offset 'contact' on mixed\\.$#"
count: 2
path: src/Api/Entity/PaymentFactory.php
-
message: "#^Parameter \\#1 \\$array of static method Contributte\\\\GopayInline\\\\Utils\\\\Validator\\:\\:validateRequired\\(\\) expects array, mixed given\\.$#"
count: 1
path: src/Api/Entity/PaymentFactory.php
-
message: "#^Parameter \\#3 \\$data of static method Contributte\\\\GopayInline\\\\Api\\\\Entity\\\\PaymentFactory\\:\\:map\\(\\) expects array, mixed given\\.$#"
count: 2
path: src/Api/Entity/PaymentFactory.php
-
message: "#^Cannot access offset 'contact' on mixed\\.$#"
count: 2
path: src/Api/Entity/RecurrentPaymentFactory.php
-
message: "#^Parameter \\#1 \\$array of static method Contributte\\\\GopayInline\\\\Utils\\\\Validator\\:\\:validateRequired\\(\\) expects array, mixed given\\.$#"
count: 1
path: src/Api/Entity/RecurrentPaymentFactory.php
-
message: "#^Parameter \\#3 \\$data of static method Contributte\\\\GopayInline\\\\Api\\\\Entity\\\\RecurrentPaymentFactory\\:\\:map\\(\\) expects array, mixed given\\.$#"
count: 2
path: src/Api/Entity/RecurrentPaymentFactory.php
-
message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
count: 1
path: src/Api/Entity/RecurringPaymentFactory.php
-
message: "#^Parameter \\#1 \\$amount of method Contributte\\\\GopayInline\\\\Api\\\\Entity\\\\Payment\\:\\:setAmount\\(\\) expects Money\\\\Money, mixed given\\.$#"
count: 1
path: src/Api/Entity/RecurringPaymentFactory.php
-
message: "#^Parameter \\#1 \\$description of method Contributte\\\\GopayInline\\\\Api\\\\Entity\\\\Payment\\:\\:setOrderDescription\\(\\) expects string, mixed given\\.$#"
count: 1
path: src/Api/Entity/RecurringPaymentFactory.php
-
message: "#^Parameter \\#1 \\$orderNumber of method Contributte\\\\GopayInline\\\\Api\\\\Entity\\\\Payment\\:\\:setOrderNumber\\(\\) expects string, mixed given\\.$#"
count: 1
path: src/Api/Entity/RecurringPaymentFactory.php
-
message: "#^Parameter \\#3 \\$data of static method Contributte\\\\GopayInline\\\\Api\\\\Entity\\\\RecurringPaymentFactory\\:\\:map\\(\\) expects array, mixed given\\.$#"
count: 1
path: src/Api/Entity/RecurringPaymentFactory.php
-
message: "#^Property Contributte\\\\GopayInline\\\\Api\\\\Token\\:\\:\\$type \\(string\\) does not accept mixed\\.$#"
count: 1
path: src/Api/Token.php
-
message: "#^Cannot access offset 0 on mixed\\.$#"
count: 1
path: src/Auth/Oauth2Client.php
-
message: "#^Cannot access property \\$error_code on mixed\\.$#"
count: 1
path: src/Auth/Oauth2Client.php
-
message: "#^Parameter \\#1 \\$error of static method Contributte\\\\GopayInline\\\\Exception\\\\HttpException\\:\\:format\\(\\) expects stdClass, mixed given\\.$#"
count: 1
path: src/Auth/Oauth2Client.php
-
message: "#^Static property Contributte\\\\GopayInline\\\\Client\\:\\:\\$services \\(array\\<string, object\\|null\\>\\) does not accept array\\<string, mixed\\>\\.$#"
count: 1
path: src/Client.php
-
message: "#^Parameter \\#3 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#"
count: 1
path: src/Http/Curl.php
-
message: "#^Property Contributte\\\\GopayInline\\\\Http\\\\Response\\:\\:\\$headers \\(array\\<string, string\\>\\) does not accept array\\.$#"
count: 1
path: src/Http/Response.php