aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/encryption
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-04-01 12:31:28 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-04-07 13:30:30 +0200
commitf20844ac89f9c9d0860660b5cd5db352c6a38f80 (patch)
tree61786cdbf540568b1155b564ddbf8c3fa6483aed /lib/public/encryption
parent83cb382b3fb919bc7ce2d4e7f1fea027c3867460 (diff)
downloadnextcloud-server-f20844ac89f9c9d0860660b5cd5db352c6a38f80.tar.gz
nextcloud-server-f20844ac89f9c9d0860660b5cd5db352c6a38f80.zip
PHPDoc
Diffstat (limited to 'lib/public/encryption')
-rw-r--r--lib/public/encryption/ifile.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/encryption/ifile.php b/lib/public/encryption/ifile.php
index cb4faea0625..464f41509d2 100644
--- a/lib/public/encryption/ifile.php
+++ b/lib/public/encryption/ifile.php
@@ -28,9 +28,9 @@ interface IFile {
/**
* get list of users with access to the file
*
- * @param $path to the file
+ * @param string $path to the file
* @return array
*/
public function getAccessList($path);
-} \ No newline at end of file
+}