mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
core: documentation fixes
This commit is contained in:
parent
6c9251d9f8
commit
2244ea998d
2 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue