Bugfix: KolabAddressBook parse error

This commit is contained in:
the-djmaze 2023-01-03 10:38:07 +01:00
parent 083b6988ee
commit 5cadccb985
2 changed files with 3 additions and 3 deletions

View file

@ -310,7 +310,7 @@ class KolabAddressBook implements \RainLoop\Providers\AddressBook\AddressBookInt
return $aResult;
}
public function GetContactByEmail(string $sEmail) : ?Contact;
public function GetContactByEmail(string $sEmail) : ?Contact
{
// TODO
return null;