X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryIWBacklinks.php;h=ec5453c2efd7636375ace7468080af79254a0205;hb=ca895b7072b9d98a5b3abf8f2a46474095c16210;hp=03a72a6067d120949ca34aa8b8e0cc00bd4b9d73;hpb=ce1792b351580ae974af8a02ca34c663045311a8;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryIWBacklinks.php b/includes/api/ApiQueryIWBacklinks.php index 03a72a6067..ec5453c2ef 100644 --- a/includes/api/ApiQueryIWBacklinks.php +++ b/includes/api/ApiQueryIWBacklinks.php @@ -44,7 +44,7 @@ class ApiQueryIWBacklinks extends ApiQueryGeneratorBase { } /** - * @param $resultPageSet ApiPageSet + * @param ApiPageSet $resultPageSet * @return void */ public function run( $resultPageSet = null ) { @@ -231,7 +231,7 @@ class ApiQueryIWBacklinks extends ApiQueryGeneratorBase { return array( 'Find all pages that link to the given interwiki link.', 'Can be used to find all links with a prefix, or', 'all links to a title (with a given prefix).', - 'Using neither parameter is effectively "All IW Links"', + 'Using neither parameter is effectively "All IW Links".', ); }