Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Nov 13, 2023
1 parent 8aed801 commit 58e00cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Vote.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 58e00cc

Please sign in to comment.