Continue improving type hints

This commit is contained in:
Alex Cabal 2024-05-10 22:28:24 -05:00
parent eb376c87bd
commit 703e1a7a03
73 changed files with 98 additions and 114 deletions

View file

@ -12,7 +12,7 @@ class AtomFeed extends Feed{
* @param string $subtitle
* @param string $url
* @param string $path
* @param array<Ebook> $entries
* @param array<Ebook|OpdsNavigationEntry> $entries
*/
public function __construct(string $title, string $subtitle, string $url, string $path, array $entries){
parent::__construct($title, $url, $path, $entries);