Some small formatting changes for ldap identities
FWest98 accidentally removed `case 'suggestions': $mResult = [];` in fabrica?
This commit is contained in:
djmaze 2020-11-13 09:56:40 +01:00
parent fb680596a6
commit 1670ca0db1
7 changed files with 46 additions and 41 deletions

View file

@ -132,7 +132,7 @@ class LdapIdentities implements IIdentities
* @inheritDoc
* @throws \RainLoop\Exceptions\Exception
*/
public function SetIdentities(Account $account, array $identities)
public function SetIdentities(Account $account, array $identities): void
{
throw new \RainLoop\Exceptions\Exception("Ldap identities provider does not support storage");
}
@ -307,4 +307,4 @@ class LdapResult
/** @var string[] */
public $emails;
}
}