mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 18:42:00 -04:00
Continue improving type hints
This commit is contained in:
parent
eb376c87bd
commit
703e1a7a03
73 changed files with 98 additions and 114 deletions
|
@ -10,7 +10,7 @@ class OpdsFeed extends AtomFeed{
|
|||
* @param string $subtitle
|
||||
* @param string $url
|
||||
* @param string $path
|
||||
* @param array<Ebook> $entries
|
||||
* @param array<Ebook|OpdsNavigationEntry> $entries
|
||||
* @param OpdsNavigationFeed $parent
|
||||
*/
|
||||
public function __construct(string $title, string $subtitle, string $url, string $path, array $entries, ?OpdsNavigationFeed $parent){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue