Browse Source

fix method data type #18

main
ghost 1 year ago
parent
commit
446da9eb0b
  1. 2
      src/Entity/Torrent.php

2
src/Entity/Torrent.php

@ -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;

Loading…
Cancel
Save