diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2015-12-03 17:20:40 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2015-12-09 14:34:23 +0100 |
commit | b44a33f68ff705752c55a8572ce7d445336b9080 (patch) | |
tree | e2a92223f1fcb4d94c70d44fc54e4fddf1cb4add /lib/public/comments | |
parent | 9a440c06b0da6d46417bda3fd6c84d42b69bb328 (diff) | |
download | nextcloud-server-b44a33f68ff705752c55a8572ce7d445336b9080.tar.gz nextcloud-server-b44a33f68ff705752c55a8572ce7d445336b9080.zip |
fix php doc
Diffstat (limited to 'lib/public/comments')
-rw-r--r-- | lib/public/comments/icomment.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/comments/icomment.php b/lib/public/comments/icomment.php index 8cfc504fc3f..7924ec8d5f6 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 |