mirror of
https://github.com/standardebooks/web.git
synced 2025-07-18 20:36:38 -04:00
Add type hints for remaining classes
This commit is contained in:
parent
d7718218ad
commit
783c09864f
35 changed files with 212 additions and 210 deletions
|
@ -3,7 +3,7 @@ use Safe\DateTime;
|
|||
use function Safe\file_put_contents;
|
||||
|
||||
class OpdsFeed extends AtomFeed{
|
||||
public $Parent = null; // OpdsNavigationFeed class
|
||||
public ?OpdsNavigationFeed $Parent = null;
|
||||
|
||||
/**
|
||||
* @param string $title
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue