diff options
Diffstat (limited to 'lib/public/encryption')
-rw-r--r-- | lib/public/encryption/keys/istorage.php | 2 |
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); |