forked from ArrowSphere/public-api-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
psalm.baseline.xml
99 lines (99 loc) · 3.51 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
90
91
92
93
94
95
96
97
98
99
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="dev-master@c9ff1eee634ff82484ecd76941d420a0c5546b72">
<file src="src/AbstractClient.php">
<ImplicitToStringCast occurrences="2">
<code>string</code>
<code>string</code>
</ImplicitToStringCast>
</file>
<file src="src/Billing/StatementsClient.php">
<MismatchingDocblockReturnType occurrences="2">
<code>Generator|StatementLine[]</code>
<code>Generator|Statement[]</code>
</MismatchingDocblockReturnType>
</file>
<file src="src/Campaigns/CampaignsClient.php">
<ImplicitToStringCast occurrences="3">
<code>string</code>
<code>string</code>
<code>string</code>
</ImplicitToStringCast>
<MismatchingDocblockReturnType occurrences="1">
<code>Generator|Campaign[]</code>
</MismatchingDocblockReturnType>
</file>
<file src="src/Catalog/AddonClient.php">
<MismatchingDocblockReturnType occurrences="1">
<code>Generator|Offer[]</code>
</MismatchingDocblockReturnType>
</file>
<file src="src/Catalog/CatalogClient.php">
<ImplicitToStringCast occurrences="1">
<code>string</code>
</ImplicitToStringCast>
<MismatchingDocblockReturnType occurrences="1">
<code>Generator|Service[]</code>
</MismatchingDocblockReturnType>
</file>
<file src="src/Catalog/ClassificationClient.php">
<MismatchingDocblockReturnType occurrences="1">
<code>Generator|Classification[]</code>
</MismatchingDocblockReturnType>
</file>
<file src="src/Catalog/Entities/FindResult.php">
<MismatchingDocblockReturnType occurrences="2">
<code>Generator|OfferFindResult[]</code>
<code>Generator|OfferFindResult[]</code>
</MismatchingDocblockReturnType>
</file>
<file src="src/Catalog/FamilyClient.php">
<MismatchingDocblockReturnType occurrences="1">
<code>Generator|Family[]</code>
</MismatchingDocblockReturnType>
</file>
<file src="src/Catalog/OfferClient.php">
<ImplicitToStringCast occurrences="1">
<code>string</code>
</ImplicitToStringCast>
<MismatchingDocblockReturnType occurrences="1">
<code>Generator|Offer[]</code>
</MismatchingDocblockReturnType>
</file>
<file src="src/Catalog/ProgramClient.php">
<MismatchingDocblockReturnType occurrences="1">
<code>Generator|Program[]</code>
</MismatchingDocblockReturnType>
</file>
<file src="src/Catalog/ServiceClient.php">
<MismatchingDocblockReturnType occurrences="1">
<code>Generator|Service[]</code>
</MismatchingDocblockReturnType>
</file>
<file src="src/Customers/CustomersClient.php">
<ImplicitToStringCast occurrences="1">
<code>$rawResponse</code>
</ImplicitToStringCast>
<MismatchingDocblockReturnType occurrences="1">
<code>Generator|Customer[]</code>
</MismatchingDocblockReturnType>
</file>
<file src="src/Licenses/Entities/FindResult.php">
<MismatchingDocblockReturnType occurrences="2">
<code>Generator|LicenseOfferFindResult[]</code>
<code>Generator|LicenseOfferFindResult[]</code>
</MismatchingDocblockReturnType>
</file>
<file src="src/Licenses/Entities/LicenseOfferFindResult.php">
<PossiblyNullReference occurrences="1">
<code>jsonSerialize</code>
</PossiblyNullReference>
</file>
<file src="src/Licenses/LicensesClient.php">
<ImplicitToStringCast occurrences="1">
<code>string</code>
</ImplicitToStringCast>
<MismatchingDocblockReturnType occurrences="1">
<code>Generator|Config[]</code>
</MismatchingDocblockReturnType>
</file>
</files>