Skip to content

Commit

Permalink
Update Psalm baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Dec 5, 2023
1 parent 61b958f commit 7fc1b6b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .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="5.16.0@2897ba636551a8cb61601cc26f6ccfbba6c36591">
<files psalm-version="5.17.0@c620f6e80d0abfca532b00bda366062aaedf6e5d">
<file src="src/Event/Dispatcher/DirectDispatcher.php">
<UndefinedInterfaceMethod>
<code>notify</code>
Expand Down Expand Up @@ -961,6 +961,11 @@
<code>removeChild</code>
</PossiblyNullReference>
</file>
<file src="src/TextUI/Configuration/Xml/Migration/Migrations/MoveCoverageDirectoriesToSource.php">
<InvalidArgument>
<code><![CDATA[$xpath->query('//coverage/' . $element)]]></code>
</InvalidArgument>
</file>
<file src="src/TextUI/Configuration/Xml/Migration/Migrations/RemoveEmptyFilter.php">
<PossiblyNullReference>
<code>removeChild</code>
Expand Down

0 comments on commit 7fc1b6b

Please sign in to comment.