fixed class property hint for event post content attribute

This commit is contained in:
Daniël Klabbers 2019-07-09 08:31:48 +02:00
parent 085c924a07
commit b2dbb0439c

View File

@ -11,6 +11,9 @@
namespace Flarum\Post;
/**
* @property array $content
*/
abstract class AbstractEventPost extends Post
{
/**