[FORMATTING] Cherry-pick of Diogo's 763ac735c0758624ebd5957993dc0676b865927a

This commit is contained in:
Hugo Sales
2020-05-11 17:39:12 +00:00
committed by Hugo Sales
parent f60e37ba3d
commit f628665589
65 changed files with 505 additions and 114 deletions

View File

@@ -49,6 +49,7 @@ class GroupBlock
$this->group_id = $group_id;
return $this;
}
public function getGroupId(): int
{
return $this->group_id;
@@ -59,6 +60,7 @@ class GroupBlock
$this->blocked = $blocked;
return $this;
}
public function getBlocked(): int
{
return $this->blocked;
@@ -69,6 +71,7 @@ class GroupBlock
$this->blocker = $blocker;
return $this;
}
public function getBlocker(): int
{
return $this->blocker;
@@ -79,6 +82,7 @@ class GroupBlock
$this->modified = $modified;
return $this;
}
public function getModified(): DateTimeInterface
{
return $this->modified;