summaryrefslogtreecommitdiffstats
path: root/lib/public/files
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-07-27 10:49:26 +0200
committerMorris Jobke <hey@morrisjobke.de>2015-07-27 10:49:26 +0200
commitc9e22f70c8a52049d8d22d23e002afb0f23be9ac (patch)
tree4f82cf0516a7001d6f6020d9038255145c53d9bb /lib/public/files
parent4edfadac96fcf267c97371e67e5feccec94b337e (diff)
downloadnextcloud-server-c9e22f70c8a52049d8d22d23e002afb0f23be9ac.tar.gz
nextcloud-server-c9e22f70c8a52049d8d22d23e002afb0f23be9ac.zip
Add PHPDoc for classes and interfaces
Diffstat (limited to 'lib/public/files')
-rw-r--r--lib/public/files/mount/imountmanager.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/files/mount/imountmanager.php b/lib/public/files/mount/imountmanager.php
index 96ec1e11ad3..1eb9b66dad8 100644
--- a/lib/public/files/mount/imountmanager.php
+++ b/lib/public/files/mount/imountmanager.php
@@ -25,6 +25,7 @@ namespace OCP\Files\Mount;
* Interface IMountManager
*
* Manages all mounted storages in the system
+ * @since 8.2.0
*/
interface IMountManager {