aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/files/node
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-02-05 11:52:40 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-02-05 11:52:40 +0100
commita92a4809673b63fb82b16a1cfaa8b243b0e1d89d (patch)
treecd5051fd07a67f3d63419d73d94a169527897007 /lib/private/files/node
parent342c2aac98961f91f0fd38423a217cb980dd95b8 (diff)
parent466a08525350eccec6684022adb914c8be898c94 (diff)
downloadnextcloud-server-a92a4809673b63fb82b16a1cfaa8b243b0e1d89d.tar.gz
nextcloud-server-a92a4809673b63fb82b16a1cfaa8b243b0e1d89d.zip
Merge pull request #22149 from owncloud/scrutinizer-patch-1
Scrutinizer Auto-Fixes
Diffstat (limited to 'lib/private/files/node')
-rw-r--r--lib/private/files/node/root.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/files/node/root.php b/lib/private/files/node/root.php
index 35163be0a0d..40ed531d5df 100644
--- a/lib/private/files/node/root.php
+++ b/lib/private/files/node/root.php
@@ -169,7 +169,7 @@ class Root extends Folder implements IRootFolder {
* @param string $path
* @throws \OCP\Files\NotFoundException
* @throws \OCP\Files\NotPermittedException
- * @return \OCP\Files\Node
+ * @return string
*/
public function get($path) {
$path = $this->normalizePath($path);