Cleanup - let's make IDEs more useful
authorYuri Astrakhan <yurik@wikimedia.org>
Tue, 8 Jul 2014 21:40:06 +0000 (17:40 -0400)
committerYuri Astrakhan <yurik@wikimedia.org>
Wed, 13 Aug 2014 20:02:59 +0000 (16:02 -0400)
commit703464a88c7af37ffbb152b453ffd3e09b748d95
tree621d45dab4afcf410ed4acff5568f1bacdb0007e
parent9a6abb22e33ad039455ab660873b001952dcd6b9
Cleanup - let's make IDEs more useful

http://phpdoc.org/docs/latest/references/phpdoc/types.html

If IDEs have many warnings, we don't look at them.
Let's minimize the number of warnings, and make them useful again.

* Some function docs fixes
* Removed unused $iwprefixes var in ApiQuerySearch.php
* declared private $blockStatusByUid in SpecialActiveusers
* declared private $repo in UploadFromChunks

Change-Id: Ifd20f78b168b9a913fdb8d89dc26a76a173b1c29
includes/api/ApiPageSet.php
includes/api/ApiQuerySearch.php
includes/api/ApiResult.php
includes/api/ApiUpload.php
includes/db/DatabaseUtility.php
includes/filerepo/FileRepo.php
includes/filerepo/LocalRepo.php
includes/filerepo/RepoGroup.php
includes/specials/SpecialActiveusers.php
includes/upload/UploadBase.php
includes/upload/UploadFromChunks.php