Skip to content

Commit

Permalink
Update baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Jul 10, 2023
1 parent 858c95a commit d46fb12
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
</TooFewArguments>
</file>
<file src="docs/examples/csfle-explicit_encryption.php">
<MixedArgument occurrences="1">
<MixedArgument occurrences="2">
<code>$clientEncryption-&gt;decrypt($document-&gt;encryptedField)</code>
<code>$document-&gt;encryptedField</code>
</MixedArgument>
<PossiblyInvalidPropertyFetch occurrences="1">
Expand All @@ -33,12 +34,6 @@
</TooFewArguments>
</file>
<file src="docs/examples/csfle-explicit_encryption_automatic_decryption.php">
<PossiblyInvalidPropertyFetch occurrences="1">
<code>$document-&gt;encryptedField</code>
</PossiblyInvalidPropertyFetch>
<PossiblyNullPropertyFetch occurrences="1">
<code>$document-&gt;encryptedField</code>
</PossiblyNullPropertyFetch>
<TooFewArguments occurrences="1">
<code>new Binary(random_bytes(96))</code>
</TooFewArguments>
Expand Down

0 comments on commit d46fb12

Please sign in to comment.