mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Fix warning
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
e7f293ba63
commit
522cc891c7
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ class ContactsMigrator implements IMigrator {
|
|||
}
|
||||
|
||||
$existingAddressBookUris = array_map(
|
||||
fn (array $addressBookInfo) => $addressBookInfo['uri'],
|
||||
fn (array $addressBookInfo): string => $addressBookInfo['uri'],
|
||||
$this->cardDavBackend->getAddressBooksForUser($principalUri),
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue