Fixing some of the "@return true" or "@return false", need to be "@return bool" and...
authorSam Reed <reedy@users.mediawiki.org>
Thu, 9 Feb 2012 18:01:54 +0000 (18:01 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Thu, 9 Feb 2012 18:01:54 +0000 (18:01 +0000)
commite1d83d5721442fd045b657ace298d0cb25b9b254
tree6e32f23f8aff22ca2ef6b27176a3c772cfd5f293
parent85bbb0b080cc721093088f15913aada1043db04c
Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar

Other documentation improvements
26 files changed:
includes/Action.php
includes/Article.php
includes/Autopromote.php
includes/BacklinkCache.php
includes/Block.php
includes/EditPage.php
includes/GlobalFunctions.php
includes/HistoryBlob.php
includes/actions/HistoryAction.php
includes/api/ApiPageSet.php
includes/api/ApiQuery.php
includes/api/ApiQueryBase.php
includes/cache/MessageCache.php
includes/db/Database.php
includes/db/DatabaseIbm_db2.php
includes/db/DatabaseMysql.php
includes/db/DatabaseSqlite.php
includes/db/LoadBalancer.php
includes/filerepo/FileRepo.php
includes/filerepo/RepoGroup.php
includes/filerepo/backend/FileBackend.php
includes/filerepo/backend/FileOp.php
includes/filerepo/backend/SwiftFileBackend.php
includes/filerepo/backend/lockmanager/DBLockManager.php
includes/filerepo/file/File.php
includes/filerepo/file/LocalFile.php