fix phpdoc

This commit is contained in:
Arthur Schiwon 2015-12-04 10:57:31 +01:00
parent 8acbb7aef9
commit f9081303b1

View file

@ -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