Merge pull request #26327 from nextcloud/fix-get-return

fix return value of Root::get
This commit is contained in:
Morris Jobke 2021-03-27 22:26:32 +01:00 committed by GitHub
commit 83c7b54ba6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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