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 f31f02d4cc
commit 085c924a07

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