forked from Setono/SyliusGiftCardPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
psalm-baseline.xml
89 lines (89 loc) · 3.21 KB
/
psalm-baseline.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="4.22.0@fc2c6ab4d5fa5d644d8617089f012f3bb84b8703">
<file src="src/Controller/Action/AddGiftCardToOrderAction.php">
<DeprecatedMethod occurrences="1">
<code>setTemplate</code>
</DeprecatedMethod>
</file>
<file src="src/Controller/Action/GiftCardBalanceAction.php">
<DeprecatedMethod occurrences="1">
<code>setTemplate</code>
</DeprecatedMethod>
</file>
<file src="src/Controller/Action/ResendGiftCardEmailAction.php">
<PossiblyNullArgument occurrences="2">
<code>$giftCard->getCustomer()</code>
<code>$giftCard->getOrder()</code>
</PossiblyNullArgument>
</file>
<file src="src/Controller/Action/SearchGiftCardAction.php">
<DeprecatedMethod occurrences="1">
<code>setTemplate</code>
</DeprecatedMethod>
</file>
<file src="src/DependencyInjection/Configuration.php">
<PossiblyNullReference occurrences="6">
<code>arrayNode</code>
<code>arrayNode</code>
<code>arrayNode</code>
<code>arrayNode</code>
<code>end</code>
<code>integerNode</code>
</PossiblyNullReference>
<PossiblyUndefinedMethod occurrences="6">
<code>arrayNode</code>
<code>arrayNode</code>
<code>arrayNode</code>
<code>arrayNode</code>
<code>end</code>
<code>integerNode</code>
</PossiblyUndefinedMethod>
</file>
<file src="src/DependencyInjection/SetonoSyliusGiftCardExtension.php">
<PossiblyNullArgument occurrences="1">
<code>$this->getConfiguration([], $container)</code>
</PossiblyNullArgument>
</file>
<file src="src/Doctrine/ORM/GiftCardRepository.php">
<QueryBuilderSetParameter occurrences="1">
<code>$customer</code>
</QueryBuilderSetParameter>
</file>
<file src="src/Exception/GiftCardNotFoundException.php">
<PropertyNotSetInConstructor occurrences="1">
<code>$giftCard</code>
</PropertyNotSetInConstructor>
</file>
<file src="src/Model/GiftCardConfigurationInterface.php">
<MismatchingDocblockReturnType occurrences="1">
<code>Collection|GiftCardChannelConfigurationInterface[]</code>
</MismatchingDocblockReturnType>
</file>
<file src="src/Model/GiftCardInterface.php">
<MismatchingDocblockReturnType occurrences="1">
<code>Collection|OrderInterface[]</code>
</MismatchingDocblockReturnType>
</file>
<file src="src/Model/OrderInterface.php">
<MismatchingDocblockReturnType occurrences="1">
<code>Collection|GiftCardInterface[]</code>
</MismatchingDocblockReturnType>
</file>
<file src="src/Operator/OrderGiftCardOperator.php">
<MismatchingDocblockReturnType occurrences="1">
<code>Collection|OrderItemInterface[]</code>
</MismatchingDocblockReturnType>
</file>
<file src="src/Provider/GiftCardChannelConfigurationProvider.php">
<LessSpecificReturnStatement occurrences="1">
<code>$configuration</code>
</LessSpecificReturnStatement>
<MoreSpecificReturnType occurrences="1">
<code>?GiftCardConfigurationInterface</code>
</MoreSpecificReturnType>
<UndefinedInterfaceMethod occurrences="2">
<code>getDefaultLocale</code>
<code>getLocaleCode</code>
</UndefinedInterfaceMethod>
</file>
</files>