From 9ce76a31f2f3899ed8798eabfc1877fe445a315a Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Mon, 11 Mar 2019 15:43:32 +0100 Subject: [PATCH] Psalm fixes --- lib/Auth/Source/X509userCert.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Auth/Source/X509userCert.php b/lib/Auth/Source/X509userCert.php index d2d41a9..3a927b7 100644 --- a/lib/Auth/Source/X509userCert.php +++ b/lib/Auth/Source/X509userCert.php @@ -127,7 +127,7 @@ public function authenticate(&$state) $dn = $ldapcf->searchfordn($ldap_attr, $value, true); /** * Remove when SSP 1.18 is released - * @var string|null $dn + * @psalm-suppress RedundantConditionGivenDocblockType */ if ($dn !== null) { break;