From: Tim Düsterhus Date: Mon, 8 Aug 2022 09:07:03 +0000 (+0200) Subject: Use typed property in UserLoggedIn event X-Git-Tag: 6.0.0_Alpha_1~1065 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5a8b7b288e47d5a55ee079d1a5a781e57a533a58;p=GitHub%2FWoltLab%2FWCF.git Use typed property in UserLoggedIn event --- 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) {