From 6f1c9f9da8086971655865a24b45bfa126508df0 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tim.dijen@minbzk.nl> Date: Sat, 22 Jan 2022 17:06:41 +0100 Subject: [PATCH] Fix docblock --- modules/saml/lib/Message.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/saml/lib/Message.php b/modules/saml/lib/Message.php index 5a91a32cd..d69935c5c 100644 --- a/modules/saml/lib/Message.php +++ b/modules/saml/lib/Message.php @@ -244,8 +244,7 @@ class Message * * @param \SimpleSAML\Configuration $srcMetadata The metadata of the sender (IdP). * @param \SimpleSAML\Configuration $dstMetadata The metadata of the recipient (SP). - * @psalm-suppress UndefinedDocblockClass This can be removed after upgrading to saml2v5 - * @param \SimpleSAML\SAML2\XML\xenc\EncryptionMethod|null $encryptionMethod + * @param string|null $encryptionMethod * The EncryptionMethod from the assertion. * * @return array Array of decryption keys. -- GitLab