From 2a6a9a8cefcf68f48d95e124db0c1b7edc9fe356 Mon Sep 17 00:00:00 2001 From: Jörn Friedrich Dreyer Date: Thu, 6 Feb 2014 16:30:58 +0100 Subject: polish documentation based on scrutinizer patches --- apps/files_encryption/hooks/hooks.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/files_encryption/hooks') diff --git a/apps/files_encryption/hooks/hooks.php b/apps/files_encryption/hooks/hooks.php index 4c4b3f2040f..d599665644b 100644 --- a/apps/files_encryption/hooks/hooks.php +++ b/apps/files_encryption/hooks/hooks.php @@ -635,7 +635,7 @@ class Hooks { /** * @brief if the file was really deleted we remove the encryption keys * @param array $params - * @return boolean + * @return boolean|null */ public static function postDelete($params) { @@ -675,7 +675,7 @@ class Hooks { /** * @brief remember the file which should be deleted and it's owner * @param array $params - * @return boolean + * @return boolean|null */ public static function preDelete($params) { $path = $params[\OC\Files\Filesystem::signal_param_path]; -- cgit v1.2.3