X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiFormatFeedWrapper.php;h=262eb1f760e1929df72632fdc13b4ccd597640b1;hb=c9d303d39edcd78827a6ff2336cc84ba043444fa;hp=d2bfd48d33c7870ab079df4a394c172eb5bbfcfa;hpb=f9c1bfa594a8848ca3d845716929d34fde0a7155;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiFormatFeedWrapper.php b/includes/api/ApiFormatFeedWrapper.php index d2bfd48d33..262eb1f760 100644 --- a/includes/api/ApiFormatFeedWrapper.php +++ b/includes/api/ApiFormatFeedWrapper.php @@ -1,9 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify @@ -72,6 +68,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 );