aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryIWBacklinks.php
diff options
context:
space:
mode:
authorumherirrender <umherirrender_de.wp@web.de>2014-04-15 20:12:09 +0200
committerUmherirrender <umherirrender_de.wp@web.de>2014-04-18 13:55:36 +0000
commite63299d2086f301192e357955d44c3bdc92d17d1 (patch)
tree8088edb38c48b16dc203e8a53a2c87a8c132b166 /includes/api/ApiQueryIWBacklinks.php
parentf8568f7bd9b749ad2749c79b2e93f63271831341 (diff)
downloadmediawikicore-e63299d2086f301192e357955d44c3bdc92d17d1.tar.gz
mediawikicore-e63299d2086f301192e357955d44c3bdc92d17d1.zip
Fixed some @params documentation (includes/api)
Swapped some "$var type" to "type $var" or added missing types before the $var. Changed some other types to match the more common spelling. Makes beginning of some text in captial. Also added some missing @param. Change-Id: I758fa4ad80ac95e2ddd3770bcb9b7d2e57ec34ea
Diffstat (limited to 'includes/api/ApiQueryIWBacklinks.php')
-rw-r--r--includes/api/ApiQueryIWBacklinks.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/api/ApiQueryIWBacklinks.php b/includes/api/ApiQueryIWBacklinks.php
index e4cecd59242e..ec5453c2efd7 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 ) {