-
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpsalm-baseline.xml
More file actions
49 lines (49 loc) · 1.61 KB
/
psalm-baseline.xml
File metadata and controls
49 lines (49 loc) · 1.61 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
47
48
49
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="6.14.3@d0b040a91f280f071c1abcb1b77ce3822058725a">
<file src="src/Adapter/Json.php">
<MoreSpecificImplementedParamType>
<code><![CDATA[$options]]></code>
</MoreSpecificImplementedParamType>
<NonInvariantDocblockPropertyType>
<code><![CDATA[$options]]></code>
</NonInvariantDocblockPropertyType>
</file>
<file src="src/Adapter/JsonOptions.php">
<PossiblyUnusedMethod>
<code><![CDATA[setCycleCheck]]></code>
<code><![CDATA[setEnableJsonExprFinder]]></code>
</PossiblyUnusedMethod>
</file>
<file src="src/Adapter/PhpSerialize.php">
<MoreSpecificImplementedParamType>
<code><![CDATA[$options]]></code>
</MoreSpecificImplementedParamType>
<NonInvariantDocblockPropertyType>
<code><![CDATA[$options]]></code>
</NonInvariantDocblockPropertyType>
</file>
<file src="src/Adapter/PhpSerializeOptions.php">
<PossiblyUnusedMethod>
<code><![CDATA[setUnserializeClassWhitelist]]></code>
</PossiblyUnusedMethod>
</file>
<file src="src/AdapterPluginManagerFactory.php">
<MixedArgumentTypeCoercion>
<code><![CDATA[$options ?? []]]></code>
</MixedArgumentTypeCoercion>
<MixedArgument>
<code><![CDATA[$config['serializers']]]></code>
</MixedArgument>
</file>
<file src="src/Module.php">
<UnusedParam>
<code><![CDATA[$moduleManager]]></code>
</UnusedParam>
<UndefinedDocblockClass>
<code><![CDATA[ModuleManager]]></code>
</UndefinedDocblockClass>
<UnusedClass>
<code><![CDATA[Module]]></code>
</UnusedClass>
</file>
</files>