X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fchanges%2FChangesFeed.php;h=15a00c70365ed01902971cc6c8b3b002bdb937b9;hp=ca6ba48b36611bf08f337dd8913a00e6f7a06178;hb=7874fc4bec845ad92960b07e969c65f3c3fe74f2;hpb=3071f1fad720f1773864621158a0c59b73124896 diff --git a/includes/changes/ChangesFeed.php b/includes/changes/ChangesFeed.php index ca6ba48b36..15a00c7036 100644 --- a/includes/changes/ChangesFeed.php +++ b/includes/changes/ChangesFeed.php @@ -164,7 +164,7 @@ class ChangesFeed { /** * Generate the feed items given a row from the database, printing the feed. - * @param object $rows DatabaseBase resource with recentchanges rows + * @param object $rows IDatabase resource with recentchanges rows * @param ChannelFeed $feed */ public static function generateFeed( $rows, &$feed ) { @@ -178,7 +178,7 @@ class ChangesFeed { /** * Generate the feed items given a row from the database. - * @param object $rows DatabaseBase resource with recentchanges rows + * @param object $rows IDatabase resource with recentchanges rows * @return array */ public static function buildItems( $rows ) {