1
0
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:
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

@@ -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();
}