Merge pull request #26327 from nextcloud/fix-get-return
fix return value of Root::get
This commit is contained in:
commit
83c7b54ba6
|
@ -192,7 +192,7 @@ class Root extends Folder implements IRootFolder {
|
|||
* @param string $path
|
||||
* @throws \OCP\Files\NotFoundException
|
||||
* @throws \OCP\Files\NotPermittedException
|
||||
* @return string
|
||||
* @return Node
|
||||
*/
|
||||
public function get($path) {
|
||||
$path = $this->normalizePath($path);
|
||||
|
|
Loading…
Reference in New Issue