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:10 +0000 (18:01 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Thu, 9 Feb 2012 18:01:10 +0000 (18:01 +0000)
commit85bbb0b080cc721093088f15913aada1043db04c
tree2d117cd023a35a00d4dda6aa1be952e968d8865d
parent8dd63c95804f5519a69b53a7a8478dde81e1da31
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
31 files changed:
includes/HTMLForm.php
includes/HttpFunctions.php
includes/IP.php
includes/Linker.php
includes/MagicWord.php
includes/OutputPage.php
includes/Pager.php
includes/PathRouter.php
includes/Skin.php
includes/SkinTemplate.php
includes/SpecialPage.php
includes/Title.php
includes/User.php
includes/UserMailer.php
includes/WebRequest.php
includes/WikiPage.php
includes/Xml.php
includes/installer/PostgresInstaller.php
includes/logging/LogEntry.php
includes/logging/LogEventsList.php
includes/media/BitmapMetadataHandler.php
includes/media/GIFMetadataExtractor.php
includes/media/Generic.php
includes/parser/Parser.php
includes/parser/Preprocessor_Hash.php
includes/revisiondelete/RevisionDeleteAbstracts.php
includes/revisiondelete/RevisionDeleter.php
includes/search/SearchEngine.php
includes/specials/SpecialDeletedContributions.php
includes/specials/SpecialMostlinkedtemplates.php
includes/specials/SpecialRecentchanges.php