Skip to content

Commit af018f1

Browse files
committed
Update baseline
1 parent e05aa7d commit af018f1

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

psalm-baseline.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
</TooFewArguments>
1717
</file>
1818
<file src="docs/examples/csfle-explicit_encryption.php">
19-
<MixedArgument occurrences="1">
19+
<MixedArgument occurrences="2">
20+
<code>$clientEncryption-&gt;decrypt($document-&gt;encryptedField)</code>
2021
<code>$document-&gt;encryptedField</code>
2122
</MixedArgument>
2223
<PossiblyInvalidPropertyFetch occurrences="1">
@@ -33,12 +34,6 @@
3334
</TooFewArguments>
3435
</file>
3536
<file src="docs/examples/csfle-explicit_encryption_automatic_decryption.php">
36-
<PossiblyInvalidPropertyFetch occurrences="1">
37-
<code>$document-&gt;encryptedField</code>
38-
</PossiblyInvalidPropertyFetch>
39-
<PossiblyNullPropertyFetch occurrences="1">
40-
<code>$document-&gt;encryptedField</code>
41-
</PossiblyNullPropertyFetch>
4237
<TooFewArguments occurrences="1">
4338
<code>new Binary(random_bytes(96))</code>
4439
</TooFewArguments>

0 commit comments

Comments
 (0)