X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiFormatFeedWrapper.php;h=3ab5ab9e61a6ac2d0ff2d5d90b5da7e9a3880053;hb=ea8961d7ee57c68f57f5df27876bb04a96f5ff84;hp=d2bfd48d33c7870ab079df4a394c172eb5bbfcfa;hpb=38ba6b620be9f6333d902055ae1c0c610af4985e;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiFormatFeedWrapper.php b/includes/api/ApiFormatFeedWrapper.php index d2bfd48d33..3ab5ab9e61 100644 --- a/includes/api/ApiFormatFeedWrapper.php +++ b/includes/api/ApiFormatFeedWrapper.php @@ -72,6 +72,7 @@ class ApiFormatFeedWrapper extends ApiFormatBase { * This class expects the result data to be in a custom format set by self::setResult() * $result['_feed'] - an instance of one of the $wgFeedClasses classes * $result['_feeditems'] - an array of FeedItem instances + * @param bool $unused */ public function initPrinter( $unused = false ) { parent::initPrinter( $unused );