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:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user