-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
psalm-baseline.xml
38 lines (38 loc) · 1.33 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
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.24.0@462c80e31c34e58cc4f750c656be3927e80e550e">
<file src="src/Apcu.php">
<MixedArgumentTypeCoercion>
<code><![CDATA[$internalKey]]></code>
<code><![CDATA[$internalKey]]></code>
</MixedArgumentTypeCoercion>
<MixedAssignment>
<code><![CDATA[$casToken]]></code>
<code><![CDATA[$internalKeyValuePairs[$internalKey]]]></code>
<code><![CDATA[$internalKeyValuePairs[$internalKey]]]></code>
<code><![CDATA[$result]]></code>
<code><![CDATA[$result[substr($internalKey, $prefixL)]]]></code>
<code><![CDATA[$value]]></code>
<code><![CDATA[$value]]></code>
<code><![CDATA[$value]]></code>
</MixedAssignment>
<PossiblyUnusedReturnValue>
<code><![CDATA[bool]]></code>
</PossiblyUnusedReturnValue>
</file>
<file src="src/Apcu/AdapterPluginManagerDelegatorFactory.php">
<UnusedParam>
<code><![CDATA[$container]]></code>
<code><![CDATA[$name]]></code>
</UnusedParam>
</file>
<file src="src/ApcuIterator.php">
<RedundantCastGivenDocblockType>
<code><![CDATA[(int) $mode]]></code>
</RedundantCastGivenDocblockType>
</file>
<file src="src/ApcuOptions.php">
<PossiblyUnusedMethod>
<code><![CDATA[setNamespaceSeparator]]></code>
</PossiblyUnusedMethod>
</file>
</files>