X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fapi%2FApiFormatFeedWrapper.php;h=3ab5ab9e61a6ac2d0ff2d5d90b5da7e9a3880053;hp=d2bfd48d33c7870ab079df4a394c172eb5bbfcfa;hb=5120937028f768749d058aa91dde82a96de0af1c;hpb=78c47763ab93a9f7680d304c99e89c15c2a353a4 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 );