build: set minimal php version to 8.1

closes #225
This commit is contained in:
Yassine Doghri 2022-10-17 14:17:50 +00:00
commit 3a57538572
59 changed files with 417 additions and 399 deletions

View file

@ -73,7 +73,7 @@ class EpisodeCommentModel extends UuidModel
return $found;
}
public function addComment(EpisodeComment $comment, bool $registerActivity = true): string | false
public function addComment(EpisodeComment $comment, bool $registerActivity = true): bool|int|object|string
{
$this->db->transStart();