summaryrefslogtreecommitdiffstats
path: root/lib/public/Files/Mount/IMountPoint.php
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2021-01-29 16:16:03 +0100
committerRobin Appelman <robin@icewind.nl>2021-03-23 12:25:37 +0100
commit7995c6e1dce83becf1e948de960894d481775a6f (patch)
treef36b77877bbc3c0c2e81d840e0eff20613e280a1 /lib/public/Files/Mount/IMountPoint.php
parenta219fa587af77bcb5f9d0a9a9cd3b0e0134153ff (diff)
downloadnextcloud-server-7995c6e1dce83becf1e948de960894d481775a6f.tar.gz
nextcloud-server-7995c6e1dce83becf1e948de960894d481775a6f.zip
dont return private storage interface from public mount interface
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'lib/public/Files/Mount/IMountPoint.php')
-rw-r--r--lib/public/Files/Mount/IMountPoint.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Files/Mount/IMountPoint.php b/lib/public/Files/Mount/IMountPoint.php
index 7315fd97035..9b55c764451 100644
--- a/lib/public/Files/Mount/IMountPoint.php
+++ b/lib/public/Files/Mount/IMountPoint.php
@@ -48,7 +48,7 @@ interface IMountPoint {
/**
* Get the storage that is mounted
*
- * @return \OC\Files\Storage\Storage
+ * @return \OCP\Files\Storage\IStorage
* @since 8.0.0
*/
public function getStorage();