Skip to content

Commit

Permalink
clean-up properties
Browse files Browse the repository at this point in the history
  • Loading branch information
venix12 committed Jan 12, 2025
1 parent 68240dc commit 921b989
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Models/Multiplayer/Room.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
* @property int $id
* @property int|null $max_attempts
* @property string $name
* @property int|null $parent_id
* @property int $participant_count
* @property \Illuminate\Database\Eloquent\Collection $playlist PlaylistItem
* @property \Illuminate\Database\Eloquent\Collection $scoreLinks ScoreLink
Expand Down
1 change: 1 addition & 0 deletions app/Models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
* @property-read Collection<Score\Mania> $scoresMania
* @property-read Collection<Score\Osu> $scoresOsu
* @property-read Collection<Score\Taiko> $scoresTaiko
* @property-read Collection<UserSeasonScoreAggregate> $seasonScores
* @property-read UserStatistics\Fruits|null $statisticsFruits
* @property-read UserStatistics\Mania|null $statisticsMania
* @property-read UserStatistics\Mania4k|null $statisticsMania4k
Expand Down
1 change: 1 addition & 0 deletions app/Models/UserSeasonScoreAggregate.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
use Illuminate\Database\Eloquent\Relations\BelongsTo;

/**
* @property-read Season $season
* @property int $season_id
* @property float $total_score
* @property int $user_id
Expand Down

0 comments on commit 921b989

Please sign in to comment.