diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-04-02 17:53:40 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-04-07 13:30:31 +0200 |
commit | 111fbabfb4772310cfae7037dfc3b71dcb881cc5 (patch) | |
tree | 80f11af29b391032f565f00aa831c23024c4abe6 /apps/encryption/hooks | |
parent | b9e4e61759b4cc3cdf5c0cabd8e5a8d6828d5528 (diff) | |
download | nextcloud-server-111fbabfb4772310cfae7037dfc3b71dcb881cc5.tar.gz nextcloud-server-111fbabfb4772310cfae7037dfc3b71dcb881cc5.zip |
PHPDoc cleanup - clean code \o/
Diffstat (limited to 'apps/encryption/hooks')
-rw-r--r-- | apps/encryption/hooks/userhooks.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/encryption/hooks/userhooks.php b/apps/encryption/hooks/userhooks.php index 742c7d7580b..1ec0950d941 100644 --- a/apps/encryption/hooks/userhooks.php +++ b/apps/encryption/hooks/userhooks.php @@ -205,8 +205,6 @@ class UserHooks implements IHook { * Change a user's encryption passphrase * * @param array $params keys: uid, password - * @param IUserSession $user - * @param Util $util * @return bool */ public function setPassphrase($params) { |