X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryIWBacklinks.php;h=07cfa16e85c96e876f4010d6d31fc07daa9625ec;hb=fa6402516114f900194ab0203ff8878f9094bcab;hp=3b30252fab83ccccb6efb7665335ad6e51cc5914;hpb=daa41d319b4f8a41167afc7943925814d7e61529;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryIWBacklinks.php b/includes/api/ApiQueryIWBacklinks.php index 3b30252fab..07cfa16e85 100644 --- a/includes/api/ApiQueryIWBacklinks.php +++ b/includes/api/ApiQueryIWBacklinks.php @@ -48,6 +48,10 @@ class ApiQueryIWBacklinks extends ApiQueryGeneratorBase { $this->run( $resultPageSet ); } + /** + * @param $resultPageSet ApiPageSet + * @return void + */ public function run( $resultPageSet = null ) { $params = $this->extractRequestParams();