Skip to content
Snippets Groups Projects
Commit ca47fc5f authored by Björn Schießle's avatar Björn Schießle
Browse files

fix PHPDoc

parent 0637dad0
No related branches found
No related tags found
No related merge requests found
...@@ -259,10 +259,10 @@ class Share { ...@@ -259,10 +259,10 @@ class Share {
/** /**
* @brief Get the item of item type shared with a given user by source * @brief Get the item of item type shared with a given user by source
* @param string Item type * @param string $ItemType
* @param string Item source * @param string $ItemSource
* @param string User user to whom the item was shared * @param string $user User user to whom the item was shared
* @return Return list of items with file_target, permissions and expiration * @return array Return list of items with file_target, permissions and expiration
*/ */
public static function getItemSharedWithUser($itemType, $itemSource, $user) { public static function getItemSharedWithUser($itemType, $itemSource, $user) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment