-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathphpstan-baseline.neon
61 lines (50 loc) · 2.74 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
parameters:
ignoreErrors:
-
message: "#^Method Paysera\\\\DeliverySdk\\\\Collection\\\\OrderItemsCollection\\:\\:current\\(\\) should return Paysera\\\\DeliverySdk\\\\Entity\\\\MerchantOrderItemInterface but returns Paysera\\\\DeliverySdk\\\\Collection\\\\ItemInterface\\.$#"
count: 1
path: src/Collection/OrderItemsCollection.php
-
message: "#^Interface Paysera\\\\DeliverySdk\\\\Entity\\\\DeliveryTerminalLocationInterface extends generic interface ArrayAccess but does not specify its types\\: TKey, TValue$#"
count: 1
path: src/Entity/DeliveryTerminalLocationInterface.php
-
message: "#^Interface Paysera\\\\DeliverySdk\\\\Entity\\\\MerchantOrderAddressInterface extends generic interface ArrayAccess but does not specify its types\\: TKey, TValue$#"
count: 1
path: src/Entity/MerchantOrderAddressInterface.php
-
message: "#^Interface Paysera\\\\DeliverySdk\\\\Entity\\\\MerchantOrderInterface extends generic interface ArrayAccess but does not specify its types\\: TKey, TValue$#"
count: 1
path: src/Entity/MerchantOrderInterface.php
-
message: "#^Interface Paysera\\\\DeliverySdk\\\\Entity\\\\MerchantOrderPartyInterface extends generic interface ArrayAccess but does not specify its types\\: TKey, TValue$#"
count: 1
path: src/Entity/MerchantOrderPartyInterface.php
-
message: "#^Property Paysera\\\\DeliverySdk\\\\Exception\\\\DeliveryOrderRequestException\\:\\:\\$message has no type specified\\.$#"
count: 1
path: src/Exception/DeliveryOrderRequestException.php
-
message: "#^Property Paysera\\\\DeliverySdk\\\\Exception\\\\MerchantClientNotFoundException\\:\\:\\$message has no type specified\\.$#"
count: 1
path: src/Exception/MerchantClientNotFoundException.php
-
message: "#^Property Paysera\\\\DeliverySdk\\\\Exception\\\\UndefinedDeliveryGatewayException\\:\\:\\$message has no type specified\\.$#"
count: 1
path: src/Exception/UndefinedDeliveryGatewayException.php
-
message: "#^Property Paysera\\\\DeliverySdk\\\\Exception\\\\UndefinedDeliveryOrderException\\:\\:\\$message has no type specified\\.$#"
count: 1
path: src/Exception/UndefinedDeliveryOrderException.php
-
message: "#^Method Paysera\\\\DeliverySdk\\\\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\\\\DeliverySdk\\\\Util\\\\Container\\:\\:\\$instances type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Util/Container.php