mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 15:01:33 +02:00
[ticket/16955] Clean up feed classes
PHPBB3-16955
This commit is contained in:
@@ -329,9 +329,9 @@ abstract class base implements feed_interface
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the SQL query used to retrieve the posts of the feed.
|
||||
* Sets the SQL query used to retrieve the posts of the feed and returns success state
|
||||
*
|
||||
* @return string SQL SELECT query
|
||||
* @return bool True of SQL query was set, false if not
|
||||
*/
|
||||
protected abstract function get_sql();
|
||||
}
|
||||
|
Reference in New Issue
Block a user