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 19:30:01 +0000 (19:30 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Thu, 9 Feb 2012 19:30:01 +0000 (19:30 +0000)
commit7b25f8231f7c6fc2f069a68b3b579860563e8319
tree066e66fc0d8aa8052acd7880eaccc020cf68f24d
parent0a626db6e1e3d412b2bf96e7c1eca587b55bf678
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/ChangesFeed.php
includes/ChangesList.php
includes/Collation.php
includes/EditPage.php
includes/FormOptions.php
includes/GlobalFunctions.php
includes/HTMLForm.php
includes/Hooks.php
includes/ImageGallery.php
includes/Import.php
includes/api/ApiDelete.php
includes/api/ApiQueryRecentChanges.php
includes/cache/MessageCache.php
includes/db/Database.php
includes/db/DatabaseIbm_db2.php
includes/db/DatabaseMysql.php
includes/db/DatabaseSqlite.php
includes/diff/DairikiDiff.php
includes/filerepo/FileRepo.php
includes/filerepo/RepoGroup.php
includes/filerepo/file/File.php
includes/filerepo/file/LocalFile.php
includes/installer/SqliteInstaller.php
includes/installer/WebInstallerPage.php
includes/libs/CSSJanus.php
includes/libs/IEUrlExtension.php