From ec69f2838c5d06bd827c3ad79e3561b78a0d43a2 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Thu, 9 Apr 2015 14:06:55 +0200 Subject: Fix typos and some other adjustments --- apps/encryption_dummy/lib/dummymodule.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/encryption_dummy') diff --git a/apps/encryption_dummy/lib/dummymodule.php b/apps/encryption_dummy/lib/dummymodule.php index 8cec9dfaf4c..b4dfe34a9bf 100644 --- a/apps/encryption_dummy/lib/dummymodule.php +++ b/apps/encryption_dummy/lib/dummymodule.php @@ -56,11 +56,11 @@ class DummyModule implements IEncryptionModule { * @param array $header contains the header data read from the file * @param array $accessList who has access to the file contains the key 'users' and 'public' * - * $return array $header contain data as key-value pairs which should be + * @return array $header contain data as key-value pairs which should be * written to the header, in case of a write operation * or if no additional data is needed return a empty array */ - public function begin($path, $user, $header, $accessList) { + public function begin($path, $user, array $header, array $accessList) { return array(); } @@ -141,7 +141,7 @@ class DummyModule implements IEncryptionModule { * @param array $accessList who has access to the file contains the key 'users' and 'public' * @return boolean */ - public function update($path, $uid, $accessList) { + public function update($path, $uid, array $accessList) { return true; } } -- cgit v1.2.3