]> source.dussan.org Git - nextcloud-server.git/commitdiff
core: documentation fixes
authorBjoern Schiessle <schiessle@owncloud.com>
Thu, 26 Mar 2015 12:37:34 +0000 (13:37 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 7 Apr 2015 11:30:27 +0000 (13:30 +0200)
lib/private/encryption/keys/storage.php
lib/public/encryption/keys/istorage.php

index c8afcbbd213235c67245d2497a4b7a61742aef0d..041db2a2cb86350a8a58706d9540bde926d1c7c1 100644 (file)
@@ -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);
index 3a2562102ce5d5374c3c029790f9d259aafbeabf..426057b80d04094eb1dc8deadcfc1691e452ebea 100644 (file)
@@ -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);