Skip to content

Commit c6e0e82

Browse files
committed
fix: Update psalm baseline to ignore setKey being internal of phpseclib
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 2f7df6a commit c6e0e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/psalm-baseline.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@
979979
<code>decrypt</code>
980980
<code>encrypt</code>
981981
<code>setIV</code>
982-
<code>setIV</code>
982+
<code>setKey</code>
983983
</InternalMethod>
984984
<TooManyArguments>
985985
<code>test</code>

0 commit comments

Comments
 (0)