From 3680ec14bc3e95b18f26bb4ec7ba94e6d7c1a13d Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Tue, 5 May 2020 23:00:48 +0200 Subject: [PATCH] Fix TypeDoesNotContainType 3x --- modules/saml/lib/Auth/Source/SP.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/saml/lib/Auth/Source/SP.php b/modules/saml/lib/Auth/Source/SP.php index 03d67f327..7664481f5 100644 --- a/modules/saml/lib/Auth/Source/SP.php +++ b/modules/saml/lib/Auth/Source/SP.php @@ -60,7 +60,7 @@ class SP extends \SimpleSAML\Auth\Source /** * A list of supported protocols. * - * @var array + * @var string[] */ private $protocols = []; -- GitLab