mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
apply rules rector up to php82
This commit is contained in:
@@ -23,9 +23,9 @@ use Chill\MainBundle\Entity\User;
|
||||
|
||||
class InviteUpdateMessage
|
||||
{
|
||||
private int $byUserId;
|
||||
private readonly int $byUserId;
|
||||
|
||||
private int $inviteId;
|
||||
private readonly int $inviteId;
|
||||
|
||||
public function __construct(Invite $invite, User $byUser)
|
||||
{
|
||||
|
Reference in New Issue
Block a user