Skip to content

Commit

Permalink
Psalm fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Mar 11, 2019
1 parent 8045d14 commit 9ce76a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Auth/Source/X509userCert.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9ce76a3

Please sign in to comment.