aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/ContactsManager.php
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-09 14:04:56 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-09 14:04:56 +0200
commit36b3bc8148648eaadcc3769b1624fe1dd4c8bf93 (patch)
treea9f8cda485a75c2e1b9afd559beeb3ded4456942 /lib/private/ContactsManager.php
parent66b743385e3e8cadb6d848cf64e1d86da2fd81b3 (diff)
downloadnextcloud-server-36b3bc8148648eaadcc3769b1624fe1dd4c8bf93.tar.gz
nextcloud-server-36b3bc8148648eaadcc3769b1624fe1dd4c8bf93.zip
Use php keywords in lowercase
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/private/ContactsManager.php')
-rw-r--r--lib/private/ContactsManager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/ContactsManager.php b/lib/private/ContactsManager.php
index 2913e2b5864..6f37ed0fc2c 100644
--- a/lib/private/ContactsManager.php
+++ b/lib/private/ContactsManager.php
@@ -146,7 +146,7 @@ namespace OC {
* @return IAddressBook[]
* @since 16.0.0
*/
- public function getUserAddressBooks(): Array {
+ public function getUserAddressBooks(): array {
$this->loadAddressBooks();
return $this->addressBooks;
}