fix phpdoc
This commit is contained in:
parent
8acbb7aef9
commit
f9081303b1
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue