diff options
Diffstat (limited to 'lib/public/Files/Mount/IMountPoint.php')
-rw-r--r-- | lib/public/Files/Mount/IMountPoint.php | 2 |
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(); |