Skip to content

Commit d17c699

Browse files
committed
Fix phpdoc
1 parent 7f7ad51 commit d17c699

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)