Minor correction
This commit is contained in:
parent
ef06cf4afb
commit
11b3fbc6a7
1 changed files with 2 additions and 2 deletions
|
@ -12,11 +12,11 @@
|
||||||
private ?Chat $actor_chat;
|
private ?Chat $actor_chat;
|
||||||
private int $date;
|
private int $date;
|
||||||
/**
|
/**
|
||||||
* @var ReactionType[]|null
|
* @var ReactionType[]
|
||||||
*/
|
*/
|
||||||
private array $old_reaction;
|
private array $old_reaction;
|
||||||
/**
|
/**
|
||||||
* @var ReactionType[]|null
|
* @var ReactionType[]
|
||||||
*/
|
*/
|
||||||
private array $new_reaction;
|
private array $new_reaction;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue