aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
diff options
context:
space:
mode:
authorRobin McCorkell <rmccorkell@karoshi.org.uk>2014-05-15 13:19:32 +0100
committerRobin McCorkell <rmccorkell@karoshi.org.uk>2014-05-16 22:21:57 +0100
commit6930ae22e462e3fd11acbe0f103f2b9a8e8c0e20 (patch)
treee7a68a614e8db76cf75a2b2c61003ebe25a68216 /apps/files_trashbin
parenta17f9111a087055306f8aabf1b4a0c4aca9684e8 (diff)
downloadnextcloud-server-6930ae22e462e3fd11acbe0f103f2b9a8e8c0e20.tar.gz
nextcloud-server-6930ae22e462e3fd11acbe0f103f2b9a8e8c0e20.zip
Fix more missing or broken PHPDoc
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r--apps/files_trashbin/lib/hooks.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_trashbin/lib/hooks.php b/apps/files_trashbin/lib/hooks.php
index b2c6bc1df50..a6f8811cbe1 100644
--- a/apps/files_trashbin/lib/hooks.php
+++ b/apps/files_trashbin/lib/hooks.php
@@ -30,7 +30,7 @@ class Hooks {
/**
* @brief Copy files to trash bin
- * @param array
+ * @param array $params
*
* This function is connected to the delete signal of OC_Filesystem
* to copy the file to the trash bin
@@ -45,7 +45,7 @@ class Hooks {
/**
* @brief clean up user specific settings if user gets deleted
- * @param array with uid
+ * @param array $params array with uid
*
* This function is connected to the pre_deleteUser signal of OC_Users
* to remove the used space for the trash bin stored in the database