diff options
author | umherirrender <umherirrender_de.wp@web.de> | 2014-04-15 20:12:09 +0200 |
---|---|---|
committer | Umherirrender <umherirrender_de.wp@web.de> | 2014-04-18 13:55:36 +0000 |
commit | e63299d2086f301192e357955d44c3bdc92d17d1 (patch) | |
tree | 8088edb38c48b16dc203e8a53a2c87a8c132b166 /includes/api/ApiQueryIWBacklinks.php | |
parent | f8568f7bd9b749ad2749c79b2e93f63271831341 (diff) | |
download | mediawikicore-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.php | 2 |
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 ) { |