Skip to content

Commit

Permalink
Update baseline for Psalm 5.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed May 7, 2024
1 parent 8589206 commit 4993f67
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 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="5.23.1@8471a896ccea3526b26d082f4461eeea467f10a4">
<files psalm-version="5.24.0@462c80e31c34e58cc4f750c656be3927e80e550e">
<file src="lib/Doctrine/ODM/MongoDB/Aggregation/Aggregation.php">
<MissingTemplateParam>
<code><![CDATA[IteratorAggregate]]></code>
Expand Down Expand Up @@ -299,9 +299,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 @@ -490,9 +487,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 4993f67

Please sign in to comment.