Add missing line breaks to wfDebug() calls
authorAlexandre Emsenhuber <mediawiki@emsenhuber.ch>
Sat, 29 Mar 2014 10:52:07 +0000 (11:52 +0100)
committerAlexandre Emsenhuber <mediawiki@emsenhuber.ch>
Sat, 29 Mar 2014 10:52:07 +0000 (11:52 +0100)
commit449ee32451f5e4771086ba35a0b5ffe9104a36b0
treec9e75b19c73a0cc49cb332926e60172fe493bcd0
parent31812bc33875fb278594cbb76f56c6cad14fc72c
Add missing line breaks to wfDebug() calls

Also removed true as second parameter to it from CloneDatabase.php
since it is the default value of that parameter.

Change-Id: I727ebae2bd4df0e26019985ce8c7ce73381c5642
18 files changed:
includes/Collation.php
includes/SkinTemplate.php
includes/WikiFilePage.php
includes/actions/Action.php
includes/api/ApiUpload.php
includes/cache/LocalisationCache.php
includes/clientpool/RedisConnectionPool.php
includes/db/CloneDatabase.php
includes/deferred/DataUpdate.php
includes/externalstore/ExternalStoreDB.php
includes/filerepo/file/File.php
includes/jobqueue/JobQueueDB.php
includes/parser/Parser.php
includes/specials/SpecialContributions.php
includes/specials/SpecialUpload.php
includes/specials/SpecialUploadStash.php
includes/specials/SpecialUserrights.php
languages/utils/CLDRPluralRuleEvaluator.php