CS code fixes by pint

This commit is contained in:
DariusIII
2023-03-02 16:47:20 +01:00
parent a5d5901698
commit 49872346f2
274 changed files with 2117 additions and 4946 deletions
-6
View File
@@ -15,16 +15,10 @@ class UserLoggedIn
*/
public $user;
/**
* @var
*/
public $ip;
/**
* Create a new event instance.
*
* @param $user
* @param $ip
*/
public function __construct($user, $ip = '')
{