forked from phpDocumentor/guides
-
Notifications
You must be signed in to change notification settings - Fork 0
/
psalm-baseline.xml
35 lines (35 loc) · 1.38 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
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.13.1@086b94371304750d1c673315321a55d15fc59015">
<file src="packages/guides-restructured-text/src/RestructuredText/Parser/Productions/DocumentRule.php">
<MoreSpecificImplementedParamType>
<code>$on</code>
</MoreSpecificImplementedParamType>
</file>
<file src="packages/guides-restructured-text/src/RestructuredText/Parser/Productions/EnumeratedListRule.php">
<InvalidArgument>
<code>$listConfig</code>
<code>$listConfig</code>
</InvalidArgument>
</file>
<file src="packages/guides-restructured-text/src/RestructuredText/Parser/Productions/SectionRule.php">
<MoreSpecificImplementedParamType>
<code>$on</code>
</MoreSpecificImplementedParamType>
</file>
<file src="packages/guides/src/Compiler/ShadowTree/TreeNode.php">
<InvalidPropertyAssignmentValue>
<code>$newNode</code>
<code>$newNode</code>
</InvalidPropertyAssignmentValue>
</file>
<file src="packages/guides/src/Nodes/CompoundNode.php">
<InvalidPropertyAssignmentValue>
<code><![CDATA[$result->value]]></code>
</InvalidPropertyAssignmentValue>
</file>
<file src="packages/guides/tests/unit/Compiler/NodeTransformers/DocumentEntryRegistrationTransformerTest.php">
<InvalidArgument>
<code>[new SectionNode(TitleNode::emptyNode())]</code>
</InvalidArgument>
</file>
</files>