Skip to content

Commit

Permalink
Add false positives / overly pedantic errors to baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed Jan 22, 2024
1 parent b85d9de commit 5ecf0bb
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion build/psalm/baseline.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.14.1@b9d355e0829c397b9b3b47d0c0ed042a8a70284d"/>
<files psalm-version="5.20.0@3f284e96c9d9be6fe6b15c79416e1d1903dcfef4">
<file src="src/formdata/FormDataRenderer.php">
<InvalidArgument>
<code>$options</code>
<code>$result</code>
</InvalidArgument>
</file>
<file src="src/merger/Merger.php">
<InvalidArgument>
<code><![CDATA[(new DOMXPath($owner))->query('.//*[@id]', $context)]]></code>
</InvalidArgument>
</file>
<file src="src/viewmodel/ViewModelRenderer.php">
<InvalidArgument>
<code><![CDATA[$this->xp->query(
sprintf('following-sibling::*[@property="%s"]', $context->getAttribute('property')),
$myPointer
)]]></code>
<code><![CDATA[$this->xp->query(
sprintf('following-sibling::*[@property="%s"]', $context->getAttribute('property')),
$myPointer
)]]></code>
</InvalidArgument>
<PossiblyUndefinedMethod>
<code>cloneNode</code>
</PossiblyUndefinedMethod>
</file>
</files>

0 comments on commit 5ecf0bb

Please sign in to comment.