diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2013-11-16 22:19:42 +0100 |
---|---|---|
committer | IAlex <codereview@emsenhuber.ch> | 2013-11-17 21:53:34 +0000 |
commit | 4c3bc3f865774af2cd24d07e11410d70539fb8a2 (patch) | |
tree | b5c3a2fae392f1b0e589458da9a7132e5d957b62 /includes/api/ApiQueryLinks.php | |
parent | f8f3ddea50e6e5382bd06dff0c975ca4d7c56d29 (diff) | |
download | mediawikicore-4c3bc3f865774af2cd24d07e11410d70539fb8a2.tar.gz mediawikicore-4c3bc3f865774af2cd24d07e11410d70539fb8a2.zip |
Add/update/remove incomplete/incorrect documentation
Change-Id: I3c2c7f61d9a579ad794ce7b564ccc8a7cfb9b6fc
Diffstat (limited to 'includes/api/ApiQueryLinks.php')
-rw-r--r-- | includes/api/ApiQueryLinks.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/api/ApiQueryLinks.php b/includes/api/ApiQueryLinks.php index 3157a7bb1613..1eecbe2e09c3 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 ) { |