From: Bjoern Schiessle Date: Thu, 26 Mar 2015 12:37:34 +0000 (+0100) Subject: core: documentation fixes X-Git-Tag: v8.1.0alpha1~78^2~105 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2244ea998da0b49ef76144979f4bce02393eac89;p=nextcloud-server.git core: documentation fixes --- diff --git a/lib/private/encryption/keys/storage.php b/lib/private/encryption/keys/storage.php index c8afcbbd213..041db2a2cb8 100644 --- a/lib/private/encryption/keys/storage.php +++ b/lib/private/encryption/keys/storage.php @@ -114,7 +114,7 @@ class Storage implements \OCP\Encryption\Keys\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) { $keyDir = $this->getFileKeyDir($path); 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);