mirror of
https://github.com/standardebooks/web.git
synced 2025-07-19 04:44:48 -04:00
Add more type hints and work on some code formatting
This commit is contained in:
parent
06b82cdaaa
commit
c3c588cc1b
35 changed files with 343 additions and 167 deletions
|
@ -1,4 +1,13 @@
|
|||
<?
|
||||
/**
|
||||
* @var string $id
|
||||
* @var string $url
|
||||
* @var string $title
|
||||
* @var ?string $subtitle
|
||||
* @var DateTimeImmutable $updated
|
||||
* @var array<Ebook> $entries
|
||||
*/
|
||||
|
||||
$subtitle = $subtitle ?? null;
|
||||
|
||||
// Note that the XSL stylesheet gets stripped during `se clean` when we generate the feed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue