diff --git a/src/Vote.php b/src/Vote.php index ee4ddcf..4e0d850 100755 --- a/src/Vote.php +++ b/src/Vote.php @@ -17,10 +17,10 @@ use Flarum\User\User; /** - * @property int $id - * @property int $user_id - * @property int $post_id - * @property int $value + * @property int $id + * @property int $user_id + * @property int $post_id + * @property int $value * @property Post $post * @property User $user */