core: documentation fixes

This commit is contained in:
Bjoern Schiessle 2015-03-26 13:37:34 +01:00 committed by Thomas Müller
parent 6c9251d9f8
commit 2244ea998d
2 changed files with 2 additions and 2 deletions

View 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);

View 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);