1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 12:14:06 +02:00

[ticket/16955] Clean up feed classes

PHPBB3-16955
This commit is contained in:
Marc Alexander
2022-12-26 16:52:17 +01:00
parent 7f61f8b770
commit e1a3b6b552
3 changed files with 4 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ interface feed_interface
/**
* Get the next post in the feed
*
* @return array
* @return array|false Item array or false if no next item exists
*/
public function get_item();