forked from paysera/lib-checkout-sdk-facade
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
136 lines (110 loc) · 7.17 KB
/
phpstan-baseline.neon
File metadata and controls
136 lines (110 loc) · 7.17 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
parameters:
ignoreErrors:
-
message: "#^Parameter \\#1 \\$provider of class Paysera\\\\CheckoutSdk\\\\CheckoutFacade constructor expects Paysera\\\\CheckoutSdk\\\\Provider\\\\ProviderInterface, object given\\.$#"
count: 1
path: src/CheckoutFacadeFactory.php
-
message: "#^Parameter \\#2 \\$requestValidator of class Paysera\\\\CheckoutSdk\\\\CheckoutFacade constructor expects Paysera\\\\CheckoutSdk\\\\Validator\\\\RequestValidator, object given\\.$#"
count: 1
path: src/CheckoutFacadeFactory.php
-
message: "#^Method Paysera\\\\CheckoutSdk\\\\Entity\\\\Collection\\\\Collection\\:\\:__construct\\(\\) has parameter \\$array with no value type specified in iterable type array\\.$#"
count: 1
path: src/Entity/Collection/Collection.php
-
message: "#^Method Paysera\\\\CheckoutSdk\\\\Entity\\\\Collection\\\\Collection\\:\\:exchangeArray\\(\\) has parameter \\$array with no value type specified in iterable type array\\.$#"
count: 1
path: src/Entity/Collection/Collection.php
-
message: "#^Property Paysera\\\\CheckoutSdk\\\\Entity\\\\Collection\\\\Collection\\:\\:\\$array type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Entity/Collection/Collection.php
-
message: "#^Method Paysera\\\\CheckoutSdk\\\\Entity\\\\Collection\\\\PaymentMethodCollection\\:\\:current\\(\\) should return Paysera\\\\CheckoutSdk\\\\Entity\\\\PaymentMethod but returns Paysera\\\\CheckoutSdk\\\\Entity\\\\Collection\\\\ItemInterface\\.$#"
count: 1
path: src/Entity/Collection/PaymentMethodCollection.php
-
message: "#^Method Paysera\\\\CheckoutSdk\\\\Entity\\\\Collection\\\\PaymentMethodCountryCollection\\:\\:current\\(\\) should return Paysera\\\\CheckoutSdk\\\\Entity\\\\PaymentMethodCountry but returns Paysera\\\\CheckoutSdk\\\\Entity\\\\Collection\\\\ItemInterface\\.$#"
count: 1
path: src/Entity/Collection/PaymentMethodCountryCollection.php
-
message: "#^Method Paysera\\\\CheckoutSdk\\\\Entity\\\\Collection\\\\PaymentMethodGroupCollection\\:\\:current\\(\\) should return Paysera\\\\CheckoutSdk\\\\Entity\\\\PaymentMethodGroup but returns Paysera\\\\CheckoutSdk\\\\Entity\\\\Collection\\\\ItemInterface\\.$#"
count: 1
path: src/Entity/Collection/PaymentMethodGroupCollection.php
-
message: "#^Method Paysera\\\\CheckoutSdk\\\\Entity\\\\Collection\\\\RequestValidatorCollection\\:\\:current\\(\\) should return Paysera\\\\CheckoutSdk\\\\Validator\\\\RequestValidatorInterface but returns Paysera\\\\CheckoutSdk\\\\Entity\\\\Collection\\\\ItemInterface\\.$#"
count: 1
path: src/Entity/Collection/RequestValidatorCollection.php
-
message: "#^Method Paysera\\\\CheckoutSdk\\\\Entity\\\\Collection\\\\TranslationCollection\\:\\:current\\(\\) should return Paysera\\\\CheckoutSdk\\\\Entity\\\\Translation but returns Paysera\\\\CheckoutSdk\\\\Entity\\\\Collection\\\\ItemInterface\\.$#"
count: 1
path: src/Entity/Collection/TranslationCollection.php
-
message: "#^Method Paysera\\\\CheckoutSdk\\\\Provider\\\\WebToPay\\\\Adapter\\\\PaymentCallbackValidationRequestNormalizer\\:\\:normalize\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Provider/WebToPay/Adapter/PaymentCallbackValidationRequestNormalizer.php
-
message: "#^Method Paysera\\\\CheckoutSdk\\\\Provider\\\\WebToPay\\\\Adapter\\\\PaymentRedirectRequestNormalizer\\:\\:normalize\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Provider/WebToPay/Adapter/PaymentRedirectRequestNormalizer.php
-
message: "#^Method Paysera\\\\CheckoutSdk\\\\Provider\\\\WebToPay\\\\Adapter\\\\PaymentValidationResponseNormalizer\\:\\:denormalize\\(\\) has parameter \\$providerResponse with no value type specified in iterable type array\\.$#"
count: 1
path: src/Provider/WebToPay/Adapter/PaymentValidationResponseNormalizer.php
-
message: "#^Method Paysera\\\\CheckoutSdk\\\\Provider\\\\WebToPay\\\\Adapter\\\\PaymentValidationResponseNormalizer\\:\\:getOrderFromProviderResponse\\(\\) has parameter \\$providerResponse with no value type specified in iterable type array\\.$#"
count: 1
path: src/Provider/WebToPay/Adapter/PaymentValidationResponseNormalizer.php
-
message: "#^Method Paysera\\\\CheckoutSdk\\\\Provider\\\\WebToPay\\\\Adapter\\\\PaymentValidationResponseNormalizer\\:\\:getProviderProperty\\(\\) has no return type specified\\.$#"
count: 1
path: src/Provider/WebToPay/Adapter/PaymentValidationResponseNormalizer.php
-
message: "#^Method Paysera\\\\CheckoutSdk\\\\Provider\\\\WebToPay\\\\Adapter\\\\PaymentValidationResponseNormalizer\\:\\:getProviderProperty\\(\\) has parameter \\$providerResponse with no value type specified in iterable type array\\.$#"
count: 1
path: src/Provider/WebToPay/Adapter/PaymentValidationResponseNormalizer.php
-
message: "#^Method Paysera\\\\CheckoutSdk\\\\Service\\\\TranslatableLogoInterface\\:\\:getLogos\\(\\) return type with generic class Paysera\\\\CheckoutSdk\\\\Entity\\\\Collection\\\\TranslationCollection does not specify its types\\: Translation$#"
count: 1
path: src/Service/TranslatableLogoInterface.php
-
message: "#^Method Paysera\\\\CheckoutSdk\\\\Service\\\\TranslatableTitleInterface\\:\\:getTitleTranslations\\(\\) return type with generic class Paysera\\\\CheckoutSdk\\\\Entity\\\\Collection\\\\TranslationCollection does not specify its types\\: Translation$#"
count: 1
path: src/Service/TranslatableTitleInterface.php
-
message: "#^Method Paysera\\\\CheckoutSdk\\\\Util\\\\Container\\:\\:getDependencies\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Util/Container.php
-
message: "#^Parameter \\#1 \\$argument of class ReflectionClass constructor expects class\\-string\\<T of object\\>\\|T of object, string given\\.$#"
count: 1
path: src/Util/Container.php
-
message: "#^Property Paysera\\\\CheckoutSdk\\\\Util\\\\Container\\:\\:\\$instances type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Util/Container.php
-
message: "#^Method Paysera\\\\CheckoutSdk\\\\Util\\\\Invader\\:\\:getProperties\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Util/Invader.php
-
message: "#^Method Paysera\\\\CheckoutSdk\\\\Util\\\\TypeConverter\\:\\:castToBoolean\\(\\) has parameter \\$value with no type specified\\.$#"
count: 1
path: src/Util/TypeConverter.php
-
message: "#^Method Paysera\\\\CheckoutSdk\\\\Util\\\\TypeConverter\\:\\:castToFloat\\(\\) has parameter \\$value with no type specified\\.$#"
count: 1
path: src/Util/TypeConverter.php
-
message: "#^Method Paysera\\\\CheckoutSdk\\\\Util\\\\TypeConverter\\:\\:castToInteger\\(\\) has parameter \\$value with no type specified\\.$#"
count: 1
path: src/Util/TypeConverter.php
-
message: "#^Method Paysera\\\\CheckoutSdk\\\\Util\\\\TypeConverter\\:\\:convert\\(\\) has no return type specified\\.$#"
count: 1
path: src/Util/TypeConverter.php
-
message: "#^Method Paysera\\\\CheckoutSdk\\\\Util\\\\TypeConverter\\:\\:convert\\(\\) has parameter \\$value with no type specified\\.$#"
count: 1
path: src/Util/TypeConverter.php