1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +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

@@ -298,7 +298,7 @@ class feed
*
* @return Response
*
* @throws exception\feed_exception
* @throws \phpbb\feed\exception\feed_exception
*/
protected function send_feed_do(feed_interface $feed)
{