From 32b0541737d2dc1b8cb68a0d3407fbe615bc8104 Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tvdijen@gmail.com>
Date: Sun, 5 Aug 2018 14:06:31 +0200
Subject: [PATCH] PHPdoc

---
 modules/saml/lib/IdP/SAML2.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/saml/lib/IdP/SAML2.php b/modules/saml/lib/IdP/SAML2.php
index d391cb738..4e153992a 100644
--- a/modules/saml/lib/IdP/SAML2.php
+++ b/modules/saml/lib/IdP/SAML2.php
@@ -1148,7 +1148,7 @@ class SAML2
      * @param \SimpleSAML\Configuration $spMetadata The metadata of the SP.
      * @param string                   $consumerURL The Destination URL of the response.
      *
-     * @return \SAML2\Response The SAML2 response corresponding to the given data.
+     * @return \SAML2\LogoutRequest The SAML2 LogoutRequest corresponding to the given data.
      */
     private static function buildResponse(
         Configuration $idpMetadata,
-- 
GitLab