summaryrefslogtreecommitdiffstats
path: root/lib/public/Files/Node.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Files/Node.php')
-rw-r--r--lib/public/Files/Node.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/public/Files/Node.php b/lib/public/Files/Node.php
index 1e5fc580db3..b892d8e0a73 100644
--- a/lib/public/Files/Node.php
+++ b/lib/public/Files/Node.php
@@ -31,6 +31,7 @@
namespace OCP\Files;
use OCP\Lock\LockedException;
+use OCP\Files\Storage\IStorage;
/**
* Interface Node
@@ -87,7 +88,7 @@ interface Node extends FileInfo {
/**
* Get the storage backend the file or folder is stored on
*
- * @return Storage
+ * @return IStorage
* @throws NotFoundException
* @since 6.0.0
*/