From 6930ae22e462e3fd11acbe0f103f2b9a8e8c0e20 Mon Sep 17 00:00:00 2001 From: Robin McCorkell Date: Thu, 15 May 2014 13:19:32 +0100 Subject: Fix more missing or broken PHPDoc --- apps/files_encryption/hooks/hooks.php | 2 +- apps/files_encryption/lib/proxy.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/files_encryption') diff --git a/apps/files_encryption/hooks/hooks.php b/apps/files_encryption/hooks/hooks.php index fdc1126f448..0ab1c4b129c 100644 --- a/apps/files_encryption/hooks/hooks.php +++ b/apps/files_encryption/hooks/hooks.php @@ -422,7 +422,7 @@ class Hooks { /** * @brief after a file is renamed, rename its keyfile and share-keys also fix the file size and fix also the sharing - * @param array with oldpath and newpath + * @param array $params array with oldpath and newpath * * This function is connected to the rename signal of OC_Filesystem and adjust the name and location * of the stored versions along the actual file diff --git a/apps/files_encryption/lib/proxy.php b/apps/files_encryption/lib/proxy.php index b5bb03cb1c1..3449516f6ef 100644 --- a/apps/files_encryption/lib/proxy.php +++ b/apps/files_encryption/lib/proxy.php @@ -226,7 +226,7 @@ class Proxy extends \OC_FileProxy { /** * @param string $path - * @param $result + * @param resource $result * @return resource */ public function postFopen($path, &$result) { -- cgit v1.2.3