mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-01-22 12:44:25 +00:00
fix method data type #18
This commit is contained in:
parent
99ea797699
commit
446da9eb0b
@ -215,7 +215,7 @@ class Torrent
|
||||
return $this->torrentPosterId;
|
||||
}
|
||||
|
||||
public function setTorrentPosterId(int $torrentPosterId): static
|
||||
public function setTorrentPosterId(?int $torrentPosterId): static
|
||||
{
|
||||
$this->torrentPosterId = $torrentPosterId;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user