From 4f3e6ec81899e958ab33e8bfa14e11c5a3fc5013 Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tvdijen@gmail.com>
Date: Fri, 29 Dec 2017 00:35:33 +0100
Subject: [PATCH] Fix 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 af4f4691f..a02c8fc6c 100644
--- a/modules/saml/lib/IdP/SAML2.php
+++ b/modules/saml/lib/IdP/SAML2.php
@@ -663,7 +663,7 @@ class sspmod_saml_IdP_SAML2
      * Calculate the NameID value that should be used.
      *
      * @param SimpleSAML_Configuration $idpMetadata The metadata of the IdP.
-     * @param SimpleSAML_Configuration $dstMetadata The metadata of the SP.
+     * @param SimpleSAML_Configuration $spMetadata The metadata of the SP.
      * @param array                    &$state The authentication state of the user.
      *
      * @return string  The NameID value.
-- 
GitLab