diff --git a/framework/core/src/Post/AbstractEventPost.php b/framework/core/src/Post/AbstractEventPost.php index 0e949c963..0a156d860 100644 --- a/framework/core/src/Post/AbstractEventPost.php +++ b/framework/core/src/Post/AbstractEventPost.php @@ -17,7 +17,7 @@ abstract class AbstractEventPost extends Post * Unserialize the content attribute from the database's JSON value. * * @param string $value - * @return string + * @return array */ public function getContentAttribute($value) {