mirror of
https://github.com/standardebooks/web.git
synced 2025-07-10 00:30:28 -04:00
Bump PHPStan check level to max and add final round of type hints
This commit is contained in:
parent
110c091a7b
commit
70ae877dd8
15 changed files with 86 additions and 52 deletions
|
@ -15,7 +15,7 @@ class Ebook{
|
|||
public string $WwwFilesystemPath;
|
||||
public string $RepoFilesystemPath;
|
||||
public string $Url;
|
||||
public string $KindleCoverUrl;
|
||||
public ?string $KindleCoverUrl;
|
||||
public string $EpubUrl;
|
||||
public string $AdvancedEpubUrl;
|
||||
public string $KepubUrl;
|
||||
|
@ -68,8 +68,8 @@ class Ebook{
|
|||
public string $TitleWithCreditsHtml = '';
|
||||
public DateTimeImmutable $Created;
|
||||
public DateTimeImmutable $Updated;
|
||||
public string $TextUrl;
|
||||
public string $TextSinglePageUrl;
|
||||
public ?string $TextUrl;
|
||||
public ?string $TextSinglePageUrl;
|
||||
public ?string $TextSinglePageSizeNumber = null;
|
||||
public ?string $TextSinglePageSizeUnit = null;
|
||||
/** @var ?array<string> $TocEntries */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue