Skip to content

Commit

Permalink
Update Psalm baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Mar 10, 2021
1 parent 3d4641f commit 4ac7d0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .psalm/baseline.xml
Expand Up @@ -191,7 +191,9 @@
<code>static::assertThat($haystack, $constraint, $message)</code>
<code>static::assertThat($haystack, $constraint, $message)</code>
</MissingThrowsDocblock>
<PossiblyInvalidArgument occurrences="1">
<PossiblyInvalidArgument occurrences="3">
<code>$expected</code>
<code>$expected</code>
<code>$subset</code>
</PossiblyInvalidArgument>
<RedundantCondition occurrences="1">
Expand Down

0 comments on commit 4ac7d0b

Please sign in to comment.