-
-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathpsalm-baseline.xml
More file actions
36 lines (36 loc) · 1.14 KB
/
psalm-baseline.xml
File metadata and controls
36 lines (36 loc) · 1.14 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
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="6.15.0@204d06619833a297b402cbc66be7f2df74437db4">
<file src="src/Helper/Escaper/AbstractHelper.php">
<MixedAssignment>
<code><![CDATA[$value[$k]]]></code>
</MixedAssignment>
</file>
<file src="src/Helper/Partial.php">
<InvalidReturnStatement>
<code><![CDATA[$variables]]></code>
</InvalidReturnStatement>
<InvalidReturnType>
<code><![CDATA[iterable<non-empty-string, mixed>]]></code>
</InvalidReturnType>
</file>
<file src="src/Helper/PartialLoop.php">
<MixedArgument>
<code><![CDATA[$item]]></code>
</MixedArgument>
</file>
<file src="src/Helper/Service/LayoutFactory.php">
<PossiblyUnusedReturnValue>
<code><![CDATA[Layout]]></code>
</PossiblyUnusedReturnValue>
</file>
<file src="src/HelperPluginManager.php">
<MethodSignatureMismatch>
<code><![CDATA[$id]]></code>
</MethodSignatureMismatch>
</file>
<file src="test/HelperPluginManagerCompatibilityTest.php">
<TooManyArguments>
<code><![CDATA[DataProvider('aliasProvider', false)]]></code>
</TooManyArguments>
</file>
</files>