diff options
author | 2022-10-16 12:03:57 +0200 | |
---|---|---|
committer | 2022-10-16 12:03:57 +0200 | |
commit | e21394d2d32b2ce739cf4236b4e955621e4e9308 (patch) | |
tree | 453c3e9111c2ff595ab2816ba13fe4f1d036378c /lib/FormatInterface.php | |
parent | 78fa03238c523ed0067c58ac5a0ac7e951f4dbc1 (diff) | |
download | rss-bridge-e21394d2d32b2ce739cf4236b4e955621e4e9308.tar.gz rss-bridge-e21394d2d32b2ce739cf4236b4e955621e4e9308.tar.zst rss-bridge-e21394d2d32b2ce739cf4236b4e955621e4e9308.zip |
refactor: html format (#3062)
* refactor: html format
Fix a few small bugs too
* fix
* fix
* trigger build
* striptags instead of encode title
Diffstat (limited to 'lib/FormatInterface.php')
-rw-r--r-- | lib/FormatInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/FormatInterface.php b/lib/FormatInterface.php index 8f98d6e4..c0355804 100644 --- a/lib/FormatInterface.php +++ b/lib/FormatInterface.php @@ -42,7 +42,7 @@ interface FormatInterface * Return items * * @throws \LogicException if the items are not set - * @return array The items + * @return FeedItem[] The items */ public function getItems(); |