Skip to content

Commit

Permalink
Update Psalm baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Apr 13, 2020
1 parent 7fee1bd commit 22eebb8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .psalm/baseline.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="3.8.3@389af1bfc739bfdff3f9e3dc7bd6499aee51a831">
<files psalm-version="3.11.1@8533b866ab1a46e5a69a4692ff57f10529dbfbeb">
<file src="src/ArrayComparator.php">
<TooManyArguments occurrences="1">
<code>assertEquals</code>
</TooManyArguments>
</file>
<file src="src/DOMNodeComparator.php">
<PossiblyNullPropertyAssignment occurrences="1">
<code>$document</code>
</PossiblyNullPropertyAssignment>
<PossiblyNullReference occurrences="1">
<code>normalizeDocument</code>
</PossiblyNullReference>
</file>
<file src="src/DateTimeComparator.php">
<UndefinedInterfaceMethod occurrences="1">
<code>setTimezone</code>
Expand Down

0 comments on commit 22eebb8

Please sign in to comment.