diff options
author | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-01-04 23:04:23 +0100 |
---|---|---|
committer | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-01-04 23:04:23 +0100 |
commit | ac50c2f97322cb8ac2631d092327e91758aa75de (patch) | |
tree | be7c298354c07f40e6a0d5ed4af41609dd408de2 /lib | |
parent | cedec593ee32d7e8b988c9df7c08020df52dbdb3 (diff) | |
download | nextcloud-server-ac50c2f97322cb8ac2631d092327e91758aa75de.tar.gz nextcloud-server-ac50c2f97322cb8ac2631d092327e91758aa75de.zip |
documentation adjusted on the way
Diffstat (limited to 'lib')
-rw-r--r-- | lib/filestorage/local.php | 1 |
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 */ |