mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 11:39:21 +03:00
Checked merge https://github.com/the-djmaze/snappymail/pull/40
Some small formatting changes for ldap identities FWest98 accidentally removed `case 'suggestions': $mResult = [];` in fabrica?
This commit is contained in:
parent
fb680596a6
commit
1670ca0db1
7 changed files with 46 additions and 41 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue