mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 09:05:43 +00:00
fix method data type #18
This commit is contained in:
parent
99ea797699
commit
446da9eb0b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue