PHP code refresh #8
|
@ -25,7 +25,7 @@ class Torrent
|
||||||
private $infoHash;
|
private $infoHash;
|
||||||
|
|
||||||
/** Cached value of self::infoHash in HEX string */
|
/** Cached value of self::infoHash in HEX string */
|
||||||
private string $infoHashHexCache;
|
private ?string $infoHashHexCache = null;
|
||||||
|
|
||||||
#[Serializer\Groups(['api_v1_search', 'api_v1_show'])]
|
#[Serializer\Groups(['api_v1_search', 'api_v1_show'])]
|
||||||
#[ORM\Column(name: 'name', type: 'text', nullable: false)]
|
#[ORM\Column(name: 'name', type: 'text', nullable: false)]
|
||||||
|
|
Loading…
Reference in a new issue