summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/cache.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-05-19 20:18:32 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-05-19 20:18:32 +0200
commitb6d2d6329d99c47fa8a01a7a8db7f8f2de6b9f74 (patch)
treef517f66492d75a06655ed9906383be4930fd303b /apps/files_sharing/lib/cache.php
parent090d12705011d74f981699d3ab5e8f02479c8eaf (diff)
parentdc36d3095314db8d88c2ec1005d99af595c119da (diff)
downloadnextcloud-server-b6d2d6329d99c47fa8a01a7a8db7f8f2de6b9f74.tar.gz
nextcloud-server-b6d2d6329d99c47fa8a01a7a8db7f8f2de6b9f74.zip
Merge pull request #8639 from owncloud/drop-brief
Remove all occurences of @brief and @returns from PHPDoc
Diffstat (limited to 'apps/files_sharing/lib/cache.php')
-rw-r--r--apps/files_sharing/lib/cache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/lib/cache.php b/apps/files_sharing/lib/cache.php
index f793c19307d..9d83ed13b87 100644
--- a/apps/files_sharing/lib/cache.php
+++ b/apps/files_sharing/lib/cache.php
@@ -42,7 +42,7 @@ class Shared_Cache extends Cache {
}
/**
- * @brief Get the source cache of a shared file or folder
+ * Get the source cache of a shared file or folder
* @param string $target Shared target file path
* @return \OC\Files\Cache\Cache
*/