From dc7c31e1c267d1255e0fa3b2804ffca6189d2458 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Mon, 16 Jul 2018 15:41:25 +0200 Subject: [PATCH] Remove incorrect attribute --- src/Post/CommentPost.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); }