Fehlerbehebung
This commit is contained in:
@@ -23,7 +23,7 @@ interface CommentManagerDAO
|
||||
* @param string $content Inhalt des Kommentars
|
||||
* @param int|null $parentCommentId ID des Eltern-Kommentars oder null
|
||||
*
|
||||
* @return void
|
||||
* @return int ID des neu gespeicherten Kommentars
|
||||
*/
|
||||
public function addComment(
|
||||
$articleId,
|
||||
|
||||
Reference in New Issue
Block a user