Skip to content

Commit ef7118a

Browse files
committed
Fix phpdoc
1 parent e9600c9 commit ef7118a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Auth/Source/LdapMulti.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ public static function handleLogin(
191191
/* Find authentication source. */
192192
Assert::keyExists($state, self::AUTHID);
193193

194-
/** @var \SimpleSAML\Module\core\Auth\UserPassOrgBase|null $source */
194+
/** @var \SimpleSAML\Module\ldap\Auth\LdapMulti|null $source */
195195
$source = Auth\Source::getById($state[self::AUTHID]);
196196
if ($source === null) {
197197
throw new \Exception('Could not find authentication source with id ' . $state[self::AUTHID]);

0 commit comments

Comments
 (0)