Skip to content

Commit

Permalink
Update Psalm baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jun 21, 2020
1 parent 56f8e8e commit fa13e61
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .psalm/baseline.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="3.11.2@d470903722cfcbc1cd04744c5491d3e6d13ec3d9">
<files psalm-version="3.11.6@7fc1f50f54bd6b174b1c43a37c1b0b151915d55c">
<file src="src/Framework/Assert.php">
<ArgumentTypeCoercion occurrences="2">
<code>$expectedElement-&gt;childNodes-&gt;item($i)</code>
Expand Down Expand Up @@ -280,11 +280,6 @@
<file src="src/Util/ErrorHandler.php">
<InvalidArgument occurrences="1"/>
</file>
<file src="src/Util/Filter.php">
<PossiblyNullReference occurrences="1">
<code>getTrace</code>
</PossiblyNullReference>
</file>
<file src="src/Util/Getopt.php">
<InvalidOperand occurrences="3">
<code>$i</code>
Expand Down

0 comments on commit fa13e61

Please sign in to comment.