From ba1ee4bdb7d9c3359a33f8fcdab8663e785b4d18 Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 24 Apr 2026 21:22:27 +0200 Subject: [PATCH] Nothing important [skip ci] --- phpstan.neon | 1 - system/src/Models/Player.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index 05778a86..9f7cf7fe 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -30,7 +30,6 @@ parameters: # Eloquent models - '#Call to an undefined method [a-zA-Z0-9\\_]+::[a-zA-Z0-9\\_]+\(\)#' - '#Call to an undefined static method [a-zA-Z0-9\\_]+::[a-zA-Z0-9\\_]+\(\)#' - # system/pages/highscores.php - message: '#Variable \$tmp in empty\(\) always exists and is always falsy#' path: templates\kathrine\javascript.php diff --git a/system/src/Models/Player.php b/system/src/Models/Player.php index 77b9313f..aa9a232d 100644 --- a/system/src/Models/Player.php +++ b/system/src/Models/Player.php @@ -8,6 +8,7 @@ use Illuminate\Database\Eloquent\Relations\HasOne; * @property string $name * @property int $level * @property int $vocation + * @property int $promotion * @property int $online * @property int $looktype * @property int $lookhead @@ -15,7 +16,6 @@ use Illuminate\Database\Eloquent\Relations\HasOne; * @property int $looklegs * @property int $lookfeet * @property int $lookaddons - * @property int $promotion * @property bool $online_status * @property string $vocation_name * @property string $outfit_url