From: Bjoern Schiessle Date: Tue, 24 Sep 2013 17:37:24 +0000 (+0200) Subject: fix PHPDoc X-Git-Tag: v6.0.0alpha2~101^2~12 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ca47fc5f18178c88f8a4eff3de35f02b580bc6b1;p=nextcloud-server.git fix PHPDoc --- diff --git a/lib/public/share.php b/lib/public/share.php index 03ad5853e28..bdfaed2d5cd 100644 --- a/lib/public/share.php +++ b/lib/public/share.php @@ -259,10 +259,10 @@ class Share { /** * @brief Get the item of item type shared with a given user by source - * @param string Item type - * @param string Item source - * @param string User user to whom the item was shared - * @return Return list of items with file_target, permissions and expiration + * @param string $ItemType + * @param string $ItemSource + * @param string $user User user to whom the item was shared + * @return array Return list of items with file_target, permissions and expiration */ public static function getItemSharedWithUser($itemType, $itemSource, $user) {