Resolve issue #5

This commit is contained in:
djmaze 2020-08-30 18:04:54 +02:00
parent dc6b7e250e
commit 5009adfb60
20 changed files with 32 additions and 32 deletions

View file

@ -106,7 +106,7 @@ class LdapContactsSuggestions implements \RainLoop\Providers\Suggestions\ISugges
*
* @return array
*/
public function Process($oAccount, $sQuery, $iLimit = 20)
public function Process(RainLoop\Model\Account $oAccount, string $sQuery, int $iLimit = 20): array
{
$sQuery = \trim($sQuery);