diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-04-09 16:09:23 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-04-09 16:09:23 +0200 |
commit | a8a06a82d2b93c17b3014f0d468f23239100ca10 (patch) | |
tree | 07a13880071bc15ddec3810c21327af5f4f09ff4 /lib/public/Contacts/IManager.php | |
parent | 44577e4345066952622feca9ef69c24fc23d08ab (diff) | |
download | nextcloud-server-a8a06a82d2b93c17b3014f0d468f23239100ca10.tar.gz nextcloud-server-a8a06a82d2b93c17b3014f0d468f23239100ca10.zip |
Remove trailing whitespaces from comments
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/public/Contacts/IManager.php')
-rw-r--r-- | lib/public/Contacts/IManager.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/public/Contacts/IManager.php b/lib/public/Contacts/IManager.php index 45baa127eee..dcb4c7ddbb3 100644 --- a/lib/public/Contacts/IManager.php +++ b/lib/public/Contacts/IManager.php @@ -160,7 +160,7 @@ interface IManager { /** * Return a list of the user's addressbooks display names - * + * * @return array * @since 6.0.0 * @deprecated 16.0.0 - Use `$this->getUserAddressBooks()` instead @@ -169,7 +169,7 @@ interface IManager { /** * Return a list of the user's addressbooks - * + * * @return IAddressBook[] * @since 16.0.0 */ @@ -177,7 +177,7 @@ interface IManager { /** * removes all registered address book instances - * + * * @return void * @since 6.0.0 */ |