We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9600c9 commit ef7118aCopy full SHA for ef7118a
src/Auth/Source/LdapMulti.php
@@ -191,7 +191,7 @@ public static function handleLogin(
191
/* Find authentication source. */
192
Assert::keyExists($state, self::AUTHID);
193
194
- /** @var \SimpleSAML\Module\core\Auth\UserPassOrgBase|null $source */
+ /** @var \SimpleSAML\Module\ldap\Auth\LdapMulti|null $source */
195
$source = Auth\Source::getById($state[self::AUTHID]);
196
if ($source === null) {
197
throw new \Exception('Could not find authentication source with id ' . $state[self::AUTHID]);
0 commit comments