diff --git a/src/Post/CommentPost.php b/src/Post/CommentPost.php index 37ebd0e04..da835c8f7 100644 --- a/src/Post/CommentPost.php +++ b/src/Post/CommentPost.php @@ -165,10 +165,9 @@ class CommentPost extends Post /** * Get the content rendered as HTML. * - * @param string $value * @return string */ - public function getContentHtmlAttribute($value) + public function getContentHtmlAttribute() { return static::$formatter->render($this->attributes['content'], $this); }