summaryrefslogtreecommitdiffstats
path: root/lib/public/encryption/keys
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2015-03-17 13:11:38 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2015-04-07 13:30:27 +0200
commit5bc9ababeb06c3e901b7d11b8c2c1d44865d3339 (patch)
tree9dffc7074a65dc019b1b0eb177d04475a6568d32 /lib/public/encryption/keys
parent39733c8da1c12cc79b7d650edf2ea1074330ee5f (diff)
downloadnextcloud-server-5bc9ababeb06c3e901b7d11b8c2c1d44865d3339.tar.gz
nextcloud-server-5bc9ababeb06c3e901b7d11b8c2c1d44865d3339.zip
fix keystorage and add unit tests
Diffstat (limited to 'lib/public/encryption/keys')
-rw-r--r--lib/public/encryption/keys/istorage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/encryption/keys/istorage.php b/lib/public/encryption/keys/istorage.php
index 4c2b01f4ad0..c4c970804e9 100644
--- a/lib/public/encryption/keys/istorage.php
+++ b/lib/public/encryption/keys/istorage.php
@@ -69,7 +69,7 @@ interface IStorage {
*
* @param string $path path to file
* @param string $keyId id of the key
- * @param boolean
+ * @param mixed $key
*/
public function setFileKey($path, $keyId, $key);