Skip to content

Commit

Permalink
Regenerate psalm baseline to silence unrelated errors
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Jan 19, 2024
1 parent ef5e8f0 commit 6d655ea
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 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.18.0@b113f3ed0259fd6e212d87c3df80eec95a6abf19">
<files psalm-version="5.20.0@3f284e96c9d9be6fe6b15c79416e1d1903dcfef4">
<file src="lib/Doctrine/ODM/MongoDB/Aggregation/Aggregation.php">
<MissingTemplateParam>
<code>IteratorAggregate</code>
Expand Down Expand Up @@ -301,6 +301,9 @@
<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/OperatorTest.php">
<InternalClass>
Expand Down Expand Up @@ -489,6 +492,9 @@
<InvalidArgument>
<code>$options + $expectedWriteOptions</code>
</InvalidArgument>
<TypeDoesNotContainType>
<code>empty($dbCommands[$databaseName])</code>
</TypeDoesNotContainType>
</file>
<file src="tests/Doctrine/ODM/MongoDB/Tests/Types/DateImmutableTypeTest.php">
<TypeDoesNotContainType>
Expand Down

0 comments on commit 6d655ea

Please sign in to comment.