From 5a8b7b288e47d5a55ee079d1a5a781e57a533a58 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 8 Aug 2022 11:07:03 +0200 Subject: [PATCH] Use typed property in UserLoggedIn event --- .../system/user/authentication/event/UserLoggedIn.class.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/wcfsetup/install/files/lib/system/user/authentication/event/UserLoggedIn.class.php b/wcfsetup/install/files/lib/system/user/authentication/event/UserLoggedIn.class.php index 637d8646ce..3438dbcc6b 100644 --- a/wcfsetup/install/files/lib/system/user/authentication/event/UserLoggedIn.class.php +++ b/wcfsetup/install/files/lib/system/user/authentication/event/UserLoggedIn.class.php @@ -22,10 +22,7 @@ use wcf\system\event\IEvent; */ final class UserLoggedIn implements IEvent { - /** - * @var int - */ - private $userID; + private int $userID; public function __construct(User $user) { -- 2.20.1