]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix PHPDoc
authorBjoern Schiessle <schiessle@owncloud.com>
Tue, 24 Sep 2013 17:37:24 +0000 (19:37 +0200)
committerBjoern Schiessle <schiessle@owncloud.com>
Tue, 24 Sep 2013 17:37:24 +0000 (19:37 +0200)
lib/public/share.php

index 03ad5853e28e7d19a060b5ad1baee4a8f19771c2..bdfaed2d5cda8544c04d89a82ee8cdc9dafbc8c8 100644 (file)
@@ -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) {