Skip to content

Commit 5ecf0bb

Browse files
committed
Add false positives / overly pedantic errors to baseline
1 parent b85d9de commit 5ecf0bb

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

build/psalm/baseline.xml

+28-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,29 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<files psalm-version="5.14.1@b9d355e0829c397b9b3b47d0c0ed042a8a70284d"/>
2+
<files psalm-version="5.20.0@3f284e96c9d9be6fe6b15c79416e1d1903dcfef4">
3+
<file src="src/formdata/FormDataRenderer.php">
4+
<InvalidArgument>
5+
<code>$options</code>
6+
<code>$result</code>
7+
</InvalidArgument>
8+
</file>
9+
<file src="src/merger/Merger.php">
10+
<InvalidArgument>
11+
<code><![CDATA[(new DOMXPath($owner))->query('.//*[@id]', $context)]]></code>
12+
</InvalidArgument>
13+
</file>
14+
<file src="src/viewmodel/ViewModelRenderer.php">
15+
<InvalidArgument>
16+
<code><![CDATA[$this->xp->query(
17+
sprintf('following-sibling::*[@property="%s"]', $context->getAttribute('property')),
18+
$myPointer
19+
)]]></code>
20+
<code><![CDATA[$this->xp->query(
21+
sprintf('following-sibling::*[@property="%s"]', $context->getAttribute('property')),
22+
$myPointer
23+
)]]></code>
24+
</InvalidArgument>
25+
<PossiblyUndefinedMethod>
26+
<code>cloneNode</code>
27+
</PossiblyUndefinedMethod>
28+
</file>
29+
</files>

0 commit comments

Comments
 (0)