Skip to content

Commit

Permalink
fix: Update psalm baseline to ignore setKey being internal of `phps…
Browse files Browse the repository at this point in the history
…eclib`

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Apr 4, 2024
1 parent 2f7df6a commit c6e0e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@
<code>decrypt</code>
<code>encrypt</code>
<code>setIV</code>
<code>setIV</code>
<code>setKey</code>
</InternalMethod>
<TooManyArguments>
<code>test</code>
Expand Down

0 comments on commit c6e0e82

Please sign in to comment.