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:29:36 +0000 (19:29 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Thu, 9 Feb 2012 19:29:36 +0000 (19:29 +0000)
commit0a626db6e1e3d412b2bf96e7c1eca587b55bf678
treed8b931086bbd58abd43426e2329ca6607aeba88c
parent6fe27e0e5d91b2892adc8348e7d65e33ae32e5ce
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/Linker.php
includes/LocalisationCache.php
includes/OutputPage.php
includes/SiteConfiguration.php
includes/Skin.php
includes/Title.php
includes/WebRequest.php
includes/WikiPage.php
includes/Xml.php
includes/ZipDirectoryReader.php
includes/logging/LogFormatter.php
includes/logging/LogPage.php
includes/media/BitmapMetadataHandler.php
includes/media/FormatMetadata.php
includes/media/Generic.php
includes/media/JpegMetadataExtractor.php
includes/objectcache/BagOStuff.php
includes/parser/Parser.php
includes/parser/Parser_LinkHooks.php
includes/parser/Tidy.php
includes/profiler/Profiler.php
includes/resourceloader/ResourceLoader.php
includes/search/SearchEngine.php
includes/search/SearchMySQL.php
includes/specials/SpecialBooksources.php
includes/specials/SpecialConfirmemail.php
includes/specials/SpecialEditWatchlist.php
includes/specials/SpecialUndelete.php
includes/upload/UploadBase.php
includes/upload/UploadFromChunks.php
includes/upload/UploadFromStash.php