mirror of
https://github.com/flarum/core.git
synced 2025-07-20 00:01:17 +02:00
fix return type hint for event post content attribute
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user