diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2015-05-19 15:27:50 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2015-05-19 15:27:50 +0200 |
commit | d832c4ae2302c56169afccad9cbfe845323f295b (patch) | |
tree | 6475b8eec7df24d1051135971136925e6a9a19f7 /apps | |
parent | 54a6ba47c070240a103c28259e45e682589cf73a (diff) | |
download | nextcloud-server-d832c4ae2302c56169afccad9cbfe845323f295b.tar.gz nextcloud-server-d832c4ae2302c56169afccad9cbfe845323f295b.zip |
Fix unexisting class and broken doc
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/lib/sharedstorage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/lib/sharedstorage.php b/apps/files_sharing/lib/sharedstorage.php index 10a37c7dae9..a833f4e65c2 100644 --- a/apps/files_sharing/lib/sharedstorage.php +++ b/apps/files_sharing/lib/sharedstorage.php @@ -70,7 +70,7 @@ class Shared extends \OC\Files\Storage\Common implements ISharedStorage { * Get the source file path, permissions, and owner for a shared file * * @param string $target Shared target file path - * @return Returns array with the keys path, permissions, and owner or false if not found + * @return array Returns array with the keys path, permissions, and owner or false if not found */ public function getFile($target) { if (!isset($this->files[$target])) { |