Skip to content

Commit

Permalink
Update psalm baseline for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed May 10, 2024
1 parent fa72250 commit ca84d2b
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 @@ -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 ca84d2b

Please sign in to comment.