summaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2015-12-04 10:57:31 +0100
committerArthur Schiwon <blizzz@owncloud.com>2015-12-09 14:34:23 +0100
commitf9081303b1a2b1a255ec4e869b18d118977f324f (patch)
treeeed43c6085abeb82e9a9c47ecf9db4bf314c8d24 /lib/public
parent8acbb7aef971912c445346423d342bb049190a1e (diff)
downloadnextcloud-server-f9081303b1a2b1a255ec4e869b18d118977f324f.tar.gz
nextcloud-server-f9081303b1a2b1a255ec4e869b18d118977f324f.zip
fix phpdoc
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/comments/icommentsmanagerfactory.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/public/comments/icommentsmanagerfactory.php b/lib/public/comments/icommentsmanagerfactory.php
index 7bfb79aae00..6718dd39ba0 100644
--- a/lib/public/comments/icommentsmanagerfactory.php
+++ b/lib/public/comments/icommentsmanagerfactory.php
@@ -3,9 +3,10 @@
namespace OCP\Comments;
/**
- * Interface IComment
+ * Interface ICommentsManagerFactory
*
- * This class represents a comment and offers methods for modification.
+ * This class is responsible for instantiating and returning an ICommentsManager
+ * instance.
*
* @package OCP\Comments
* @since 9.0.0