From f9081303b1a2b1a255ec4e869b18d118977f324f Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Fri, 4 Dec 2015 10:57:31 +0100 Subject: [PATCH] fix phpdoc --- lib/public/comments/icommentsmanagerfactory.php | 5 +++-- 1 file 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