Skip to content

Commit

Permalink
Fix PhpStan
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed Jan 9, 2025
1 parent 3b5be1a commit 175c2a1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions system/src/Models/Player.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
* @property int $level
* @property int $vocation
* @property int $online
* @property int $looktype
* @property int $lookhead
* @property int $lookbody
* @property int $looklegs
* @property int $lookfeet
* @property int $lookaddons
* @property string $outfit_url
* @property hasOne $onlineTable
*/
class Player extends Model {
Expand Down

0 comments on commit 175c2a1

Please sign in to comment.