summaryrefslogtreecommitdiffstats
path: root/lib/public/encryption
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/encryption')
-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 3a2562102ce..426057b80d0 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 mixed $key
+ * @param boolean
*/
public function setFileKey($path, $keyId, $key);