1
0
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:
Daniël Klabbers
2019-07-09 08:30:10 +02:00
parent aa442f2cb8
commit 84a3edaba8

View File

@@ -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)
{