diff options
Diffstat (limited to 'lib/public/encryption/ifile.php')
-rw-r--r-- | lib/public/encryption/ifile.php | 4 |
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 +} |