From b44a33f68ff705752c55a8572ce7d445336b9080 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Thu, 3 Dec 2015 17:20:40 +0100 Subject: [PATCH] fix php doc --- lib/public/comments/icomment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/public/comments/icomment.php b/lib/public/comments/icomment.php index 8cfc504fc3..7924ec8d5f 100644 --- a/lib/public/comments/icomment.php +++ b/lib/public/comments/icomment.php @@ -5,7 +5,7 @@ namespace OCP\Comments; /** * Interface IComment * - * This class represents a comment and offers methods for modification. + * This class represents a comment * * @package OCP\Comments * @since 9.0.0