[TOOLS] Run CS-Fixer on whole project

This commit is contained in:
2022-02-26 14:45:38 +00:00
parent 255c44bbf0
commit 45c7888676
24 changed files with 146 additions and 171 deletions

View File

@@ -65,7 +65,7 @@ class NoteRepeat extends Entity
return $this;
}
public function getActorId(): ?int
public function getActorId(): int
{
return $this->actor_id;
}
@@ -80,6 +80,7 @@ class NoteRepeat extends Entity
{
return $this->repeat_of;
}
// @codeCoverageIgnoreEnd
// }}} Autocode