aboutsummaryrefslogtreecommitdiffstats
path: root/lib/files/cache/cache.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2012-09-22 15:48:39 +0200
committerRobin Appelman <icewind@owncloud.com>2012-09-23 01:46:52 +0200
commit6fafd5d4e9d23cd98738a3b00ce0053d6b6e3dff (patch)
tree0710ba29a6f832d39f2bc073a4283a5998c1e5aa /lib/files/cache/cache.php
parent97b0eabc850f64949282b471288c93d7148c72ff (diff)
downloadnextcloud-server-6fafd5d4e9d23cd98738a3b00ce0053d6b6e3dff.tar.gz
nextcloud-server-6fafd5d4e9d23cd98738a3b00ce0053d6b6e3dff.zip
this should be done elsewhere if needed
Diffstat (limited to 'lib/files/cache/cache.php')
-rw-r--r--lib/files/cache/cache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/files/cache/cache.php b/lib/files/cache/cache.php
index 5d4cb9dd2b6..0c1d6788ec6 100644
--- a/lib/files/cache/cache.php
+++ b/lib/files/cache/cache.php
@@ -152,7 +152,7 @@ class Cache {
* get the id of the parent folder of a file
*
* @param \OC\Files\File $file
- * return int
+ * @return int
*/
static public function getParentId(\OC\Files\File $file) {
$path = $file->getInternalPath();