-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpsalm.baseline.xml
43 lines (43 loc) · 1.39 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
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.26.1@d747f6500b38ac4f7dfc5edbcae6e4b637d7add0">
<file src="src/Listener/LayoutTemplateSelectListener.php">
<MixedMethodCall>
<code><![CDATA[terminate]]></code>
</MixedMethodCall>
<PossiblyNullReference>
<code><![CDATA[getMatchedRouteName]]></code>
</PossiblyNullReference>
</file>
<file src="src/Listener/LayoutTemplateSelectListenerFactory.php">
<MixedArgument>
<code><![CDATA[$container->get(ModuleOptions::class)]]></code>
</MixedArgument>
</file>
<file src="src/Navigation/Service/AdminNavigationFactory.php">
<DeprecatedInterface>
<code><![CDATA[AdminNavigationFactory]]></code>
</DeprecatedInterface>
</file>
<file src="src/Options/ModuleOptions.php">
<MissingParamType>
<code><![CDATA[$options]]></code>
</MissingParamType>
<MixedArgument>
<code><![CDATA[$options]]></code>
</MixedArgument>
</file>
<file src="src/Options/ModuleOptionsFactory.php">
<MixedArrayAccess>
<code><![CDATA[$config['lmc_admin']]]></code>
</MixedArrayAccess>
<MixedAssignment>
<code><![CDATA[$config]]></code>
<code><![CDATA[$options]]></code>
</MixedAssignment>
</file>
<file src="test/Assets/TestController.php">
<PossiblyUnusedMethod>
<code><![CDATA[terminateAction]]></code>
</PossiblyUnusedMethod>
</file>
</files>