1
0
mirror of https://github.com/flarum/core.git synced 2025-07-20 16:21:18 +02:00

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 84a3edaba8
commit ffb7495266

View File

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