From e18d1fad1526587bf16e7eebf2e647784ba79c6a Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Wed, 26 Sep 2018 16:37:09 +0200 Subject: [PATCH] Phpdoc --- modules/saml/lib/IdP/SAML2.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/saml/lib/IdP/SAML2.php b/modules/saml/lib/IdP/SAML2.php index 9ed2e7b2c..d4a02d5ff 100644 --- a/modules/saml/lib/IdP/SAML2.php +++ b/modules/saml/lib/IdP/SAML2.php @@ -1146,9 +1146,9 @@ class SAML2 * * @param \SimpleSAML\Configuration $idpMetadata The metadata of the IdP. * @param \SimpleSAML\Configuration $spMetadata The metadata of the SP. - * @param string $consumerURL The Destination URL of the response. + * @param string $consumerURL The Destination URL of the response. * - * @return \SAML2\LogoutResponse The SAML2 LogoutResponse corresponding to the given data. + * @return \SAML2\Response The SAML2 Response corresponding to the given data. */ private static function buildResponse( Configuration $idpMetadata, -- GitLab