From dba160b9f136ef586137857eb9c856d163b6bcd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Klabbers?= Date: Thu, 1 Nov 2018 10:56:45 +0100 Subject: [PATCH] Update AccessToken.php Fixes phpdoc while working on #1622 --- framework/core/src/Http/AccessToken.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/framework/core/src/Http/AccessToken.php b/framework/core/src/Http/AccessToken.php index 62b619d97..e9a013283 100644 --- a/framework/core/src/Http/AccessToken.php +++ b/framework/core/src/Http/AccessToken.php @@ -18,7 +18,8 @@ use Flarum\User\User; /** * @property string $token * @property int $user_id - * @property int $last_activity_at + * @property Carbon $created_at + * @property Carbon|null $last_activity_at * @property int $lifetime_seconds * @property \Flarum\User\User|null $user */