From 47921c5b163ef1a517ea95f22ac105b6874d34fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20G=C3=B3mez?= <sergio@uco.es> Date: Tue, 28 Mar 2017 15:45:13 +0200 Subject: [PATCH] Added missed parameter name in phpdoc --- lib/SimpleSAML/XML/Shib13/AuthnResponse.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SimpleSAML/XML/Shib13/AuthnResponse.php b/lib/SimpleSAML/XML/Shib13/AuthnResponse.php index 7bbbe0bf9..b023fa419 100644 --- a/lib/SimpleSAML/XML/Shib13/AuthnResponse.php +++ b/lib/SimpleSAML/XML/Shib13/AuthnResponse.php @@ -128,7 +128,7 @@ class AuthnResponse /** * Checks if the given node is validated by the signature on this response. * - * @param \DOMElement Node to be validated. + * @param \DOMElement $node Node to be validated. * @return bool TRUE if the node is validated or FALSE if not. */ private function isNodeValidated($node) -- GitLab