Assignment in loop conditions suck
authorSam Reed <reedy@users.mediawiki.org>
Wed, 13 Oct 2010 23:11:40 +0000 (23:11 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Wed, 13 Oct 2010 23:11:40 +0000 (23:11 +0000)
commita2589ff8c6718dc170db8eb6c08ce656d38df46b
treecd547d4a0436ae154b32112fa337e8f8975e12e5
parentee85f7082db2262e7ed786549b578dec27cd571d
Assignment in loop conditions suck

while ( $row = $dbw->fetchObject( $res ) ) { to foreach ( $res as $row ) in includes

Add some braces
49 files changed:
includes/Article.php
includes/Block.php
includes/CacheDependency.php
includes/Categoryfinder.php
includes/ChangeTags.php
includes/EditPage.php
includes/Export.php
includes/LinkBatch.php
includes/LinksUpdate.php
includes/LogEventsList.php
includes/QueryPage.php
includes/SquidUpdate.php
includes/Title.php
includes/User.php
includes/UserMailer.php
includes/UserRightsProxy.php
includes/WatchedItem.php
includes/WatchlistEditor.php
includes/Wiki.php
includes/api/ApiDelete.php
includes/db/Database.php
includes/db/DatabaseMssql.php
includes/db/DatabaseMysql.php
includes/db/DatabasePostgres.php
includes/diff/DifferenceEngine.php
includes/filerepo/File.php
includes/filerepo/LocalFile.php
includes/filerepo/LocalRepo.php
includes/installer/PostgresUpdater.php
includes/parser/LinkHolderArray.php
includes/specials/SpecialAllmessages.php
includes/specials/SpecialCategories.php
includes/specials/SpecialDisambiguations.php
includes/specials/SpecialExport.php
includes/specials/SpecialIpblocklist.php
includes/specials/SpecialListfiles.php
includes/specials/SpecialMergeHistory.php
includes/specials/SpecialMostlinked.php
includes/specials/SpecialMostlinkedcategories.php
includes/specials/SpecialMostlinkedtemplates.php
includes/specials/SpecialNewimages.php
includes/specials/SpecialNewpages.php
includes/specials/SpecialProtectedpages.php
includes/specials/SpecialProtectedtitles.php
includes/specials/SpecialStatistics.php
includes/specials/SpecialTags.php
includes/specials/SpecialUndelete.php
includes/specials/SpecialWatchlist.php
includes/specials/SpecialWhatlinkshere.php