Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2013-01-05 02:04:23 +0400
committerThomas Mueller <thomas.mueller@tmit.eu>2013-01-05 02:04:23 +0400
commitac50c2f97322cb8ac2631d092327e91758aa75de (patch)
treebe7c298354c07f40e6a0d5ed4af41609dd408de2 /lib
parentcedec593ee32d7e8b988c9df7c08020df52dbdb3 (diff)
documentation adjusted on the way
Diffstat (limited to 'lib')
-rw-r--r--lib/filestorage/local.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/filestorage/local.php b/lib/filestorage/local.php
index 435fcb692a3..86cc910d2e1 100644
--- a/lib/filestorage/local.php
+++ b/lib/filestorage/local.php
@@ -230,6 +230,7 @@ class OC_Filestorage_Local extends OC_Filestorage_Common{
/**
* check if a file or folder has been updated since $time
+ * @param string $path
* @param int $time
* @return bool
*/