fix method data type #18

This commit is contained in:
ghost 2023-10-30 19:32:58 +02:00
parent 99ea797699
commit 446da9eb0b

View File

@ -215,7 +215,7 @@ class Torrent
return $this->torrentPosterId; return $this->torrentPosterId;
} }
public function setTorrentPosterId(int $torrentPosterId): static public function setTorrentPosterId(?int $torrentPosterId): static
{ {
$this->torrentPosterId = $torrentPosterId; $this->torrentPosterId = $torrentPosterId;