-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpsalm-baseline.xml
More file actions
46 lines (46 loc) · 1.79 KB
/
psalm-baseline.xml
File metadata and controls
46 lines (46 loc) · 1.79 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
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.9.0@8b9ad1eb9e8b7d3101f949291da2b9f7767cd163">
<file src="src/Action/ConvertPaymentAction.php">
<DeprecatedInterface>
<code><![CDATA[$this->payum->getTokenFactory()]]></code>
</DeprecatedInterface>
<InvalidArrayOffset>
<code><![CDATA[$splittedStreet['houseNumberParts']['base']]]></code>
<code><![CDATA[$splittedStreet['houseNumberParts']['extension']]]></code>
</InvalidArrayOffset>
<MixedAssignment>
<code><![CDATA[$details['house_extension']]]></code>
<code><![CDATA[$details['house_number']]]></code>
</MixedAssignment>
<MoreSpecificImplementedParamType>
<code>$request</code>
</MoreSpecificImplementedParamType>
<PropertyNotSetInConstructor>
<code>ConvertPaymentAction</code>
<code>ConvertPaymentAction</code>
</PropertyNotSetInConstructor>
<RedundantConditionGivenDocblockType>
<code>notNull</code>
</RedundantConditionGivenDocblockType>
</file>
<file src="src/Action/NotifyAction.php">
<MixedArrayAccess>
<code><![CDATA[$httpRequest->headers['quickpay-checksum-sha256']]]></code>
<code><![CDATA[$httpRequest->headers['quickpay-checksum-sha256'][0]]]></code>
</MixedArrayAccess>
<MoreSpecificImplementedParamType>
<code>$request</code>
</MoreSpecificImplementedParamType>
</file>
<file src="src/Action/StatusAction.php">
<MoreSpecificImplementedParamType>
<code>$request</code>
</MoreSpecificImplementedParamType>
</file>
<file src="src/Checker/StreetEligibilityChecker.php">
<MixedArrayAccess>
<code><![CDATA[$splittedStreet['houseNumberParts']['base']]]></code>
<code><![CDATA[$splittedStreet['houseNumberParts']['extension']]]></code>
</MixedArrayAccess>
</file>
</files>