From 5c8baa52b946bdc32ad7ca6db48cc805a8361a9d Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Thu, 4 Apr 2024 23:16:26 +0200 Subject: [PATCH] fix: Update psalm baseline to ignore `setKey` being internal of `phpseclib` Signed-off-by: Ferdinand Thiessen --- build/psalm-baseline.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index b12ca916106..4ab1fc1dd2d 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -980,6 +980,7 @@ encrypt setIV setIV + setKey test -- 2.39.5