mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 02:53:50 +00:00
apply rules rector up to php82
This commit is contained in:
@@ -27,11 +27,11 @@ class CalendarRemovedMessage
|
||||
|
||||
private ?int $byUserId = null;
|
||||
|
||||
private int $calendarUserId;
|
||||
private readonly int $calendarUserId;
|
||||
|
||||
private array $remoteAttributes;
|
||||
private readonly array $remoteAttributes;
|
||||
|
||||
private string $remoteId;
|
||||
private readonly string $remoteId;
|
||||
|
||||
public function __construct(Calendar $calendar, ?User $byUser)
|
||||
{
|
||||
|
Reference in New Issue
Block a user