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 17:42:35 +0000 (17:42 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Thu, 9 Feb 2012 17:42:35 +0000 (17:42 +0000)
commit138ddc452fc1fc4efb8464d27e2a71f21c516b9c
treed79a90fe1d5a18ed709c37e8603062b77df1e1f7
parentf3cc77aaeeb4f3a93fde7de80dbaafd89f6bd2bf
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
20 files changed:
includes/Category.php
includes/ExternalStore.php
includes/ExternalUser.php
includes/HTMLForm.php
includes/api/ApiBase.php
includes/api/ApiQuery.php
includes/cache/FileCacheBase.php
includes/cache/MessageCache.php
includes/db/Database.php
includes/db/DatabaseIbm_db2.php
includes/db/DatabaseMysql.php
includes/db/DatabaseSqlite.php
includes/filerepo/backend/FSFile.php
includes/filerepo/backend/FileBackend.php
includes/filerepo/backend/lockmanager/LSLockManager.php
includes/filerepo/file/ArchivedFile.php
includes/filerepo/file/File.php
includes/filerepo/file/UnregisteredLocalFile.php
includes/installer/DatabaseInstaller.php
includes/job/DoubleRedirectJob.php