X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryLinks.php;h=dd816cfee5bbbef86a9415ef81a73311c66050c5;hb=26fcab1f18c568a41bf4b25d86067434593a87cb;hp=3157a7bb1613fd3c8e0791a792d41d3085c7739b;hpb=b3d4f5fbcea66ed3935da28014fb6da832091ebf;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryLinks.php b/includes/api/ApiQueryLinks.php index 3157a7bb16..dd816cfee5 100644 --- a/includes/api/ApiQueryLinks.php +++ b/includes/api/ApiQueryLinks.php @@ -76,8 +76,7 @@ class ApiQueryLinks extends ApiQueryGeneratorBase { } /** - * @param $resultPageSet ApiPageSet - * @return + * @param ApiPageSet $resultPageSet */ private function run( $resultPageSet = null ) { if ( $this->getPageSet()->getGoodTitleCount() == 0 ) { @@ -234,7 +233,7 @@ class ApiQueryLinks extends ApiQueryGeneratorBase { } public function getDescription() { - return "Returns all {$this->description}s from the given page(s)"; + return "Returns all {$this->description}s from the given page(s)."; } public function getExamples() {