From 720b46f60f1033bc2249b846363f883fa3644ab8 Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Sun, 28 Oct 2018 16:54:15 +0100 Subject: Models: Added DocBlocks --- src/Models/User/State.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/Models/User/State.php') diff --git a/src/Models/User/State.php b/src/Models/User/State.php index e12aa5e1..fbb8ad20 100644 --- a/src/Models/User/State.php +++ b/src/Models/User/State.php @@ -3,12 +3,12 @@ namespace Engelsystem\Models\User; /** - * @property bool $arrived - * @property \Carbon\Carbon $arrival_date - * @property bool $active - * @property bool $force_active - * @property bool $got_shirt - * @property int $got_voucher + * @property bool $arrived + * @property \Carbon\Carbon|null $arrival_date + * @property bool $active + * @property bool $force_active + * @property bool $got_shirt + * @property int $got_voucher * * @method static \Illuminate\Database\Query\Builder|\Engelsystem\Models\User\State[] whereArrived($value) * @method static \Illuminate\Database\Query\Builder|\Engelsystem\Models\User\State[] whereArrivalDate($value) -- cgit v1.2.3-54-g00ecf