Skip to content

Commit

Permalink
Remove unnecessary entries from psalm baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
SenseException committed May 6, 2024
1 parent af905b3 commit 9ec37a1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,6 @@
<NullableReturnStatement>
<code><![CDATA[$mapping['targetDocument']]]></code>
</NullableReturnStatement>
<TypeDoesNotContainType>
<code><![CDATA[empty($divided[$class->name])]]></code>
</TypeDoesNotContainType>
</file>
<file src="tests/Doctrine/ODM/MongoDB/Tests/Aggregation/Stage/UnsetTest.php">
<InvalidArgument>
Expand Down Expand Up @@ -487,9 +484,6 @@
<InvalidArgument>
<code><![CDATA[$options + $expectedWriteOptions]]></code>
</InvalidArgument>
<TypeDoesNotContainType>
<code><![CDATA[empty($dbCommands[$databaseName])]]></code>
</TypeDoesNotContainType>
</file>
<file src="tests/Doctrine/ODM/MongoDB/Tests/Types/DateImmutableTypeTest.php">
<TypeDoesNotContainType>
Expand Down

0 comments on commit 9ec37a1

Please sign in to comment.