Skip to content

Commit

Permalink
update baseline
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Demonchaux <demonchaux.stephane@gmail.com>
  • Loading branch information
fezfez committed Nov 7, 2023
1 parent 77a51fe commit a511221
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="4.26.0@6998fabb2bf528b65777bf9941920888d23c03ac">
<files psalm-version="4.30.0@d0bc6e25d89f649e4f36a534f330f8bb4643dd69">
<file src="src/ExtMongoDb.php">
<MissingParamType occurrences="2">
<code>$casToken</code>
<code>$value</code>
</MissingParamType>
<MixedAssignment occurrences="2">
<code>$casToken</code>
<code>$value</code>
</MixedAssignment>
<PossiblyInvalidArgument occurrences="1">
<code>$options-&gt;toArray()</code>
</PossiblyInvalidArgument>
<PossiblyInvalidArrayAccess occurrences="1">
<code>$result['_id']</code>
</PossiblyInvalidArrayAccess>
Expand All @@ -19,6 +26,9 @@
<code>null !== $result</code>
</RedundantConditionGivenDocblockType>
</file>
<file src="src/ExtMongoDb/AdapterPluginManagerDelegatorFactory.php">
<InvalidArgument occurrences="1"/>
</file>
<file src="src/ExtMongoDbResourceManager.php">
<DocblockTypeContradiction occurrences="1">
<code>is_array($resource)</code>
Expand Down

0 comments on commit a511221

Please sign in to comment.