diff options
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(); |