From 73eeb185ce70d94bf26a8be0e416523764c4eaa9 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Fri, 29 Dec 2017 22:37:12 +0100 Subject: [PATCH] phpdoc --- lib/SimpleSAML/XML/Signer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SimpleSAML/XML/Signer.php b/lib/SimpleSAML/XML/Signer.php index 5ab89acd6..f84a33544 100644 --- a/lib/SimpleSAML/XML/Signer.php +++ b/lib/SimpleSAML/XML/Signer.php @@ -39,7 +39,7 @@ class Signer /** - * @var string Extra certificates which should be included in the response. + * @var array Extra certificates which should be included in the response. */ private $extraCertificates; -- GitLab