aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/files/ihomestorage.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/files/ihomestorage.php')
-rw-r--r--lib/public/files/ihomestorage.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/public/files/ihomestorage.php b/lib/public/files/ihomestorage.php
index b9766e6f4c2..fc9b0357578 100644
--- a/lib/public/files/ihomestorage.php
+++ b/lib/public/files/ihomestorage.php
@@ -29,6 +29,12 @@
// This means that they should be used by apps instead of the internal ownCloud classes
namespace OCP\Files;
+/**
+ * Interface IHomeStorage
+ *
+ * @package OCP\Files
+ * @since 7.0.0
+ */
interface IHomeStorage {
}