core: documentation fixes
This commit is contained in:
parent
6c9251d9f8
commit
2244ea998d
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue