Skip to content

Commit

Permalink
Add psalm method signature errors to baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Nov 23, 2023
1 parent 8e49c21 commit 034ca46
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,13 @@
<code><![CDATA[$this->changeStreamOptions['startAfter']]]></code>
</MixedReturnStatement>
</file>
<file src="src/PsrLogAdapter.php">
<MethodSignatureMismatch>
<code>$domain</code>
<code>$level</code>
<code>$message</code>
</MethodSignatureMismatch>
</file>
<file src="src/UpdateResult.php">
<MixedAssignment>
<code>$id</code>
Expand Down

0 comments on commit 034ca46

Please sign in to comment.