r55308 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55307‎ | r55308 | r55309 >
Date:05:08, 19 August 2009
Author:brion
Status:ok
Tags:
Comment:
newline at end of output :)
Modified paths:
  • /trunk/phase3/maintenance/syntaxChecker.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/syntaxChecker.php
@@ -51,7 +51,7 @@
5252 }
5353 }
5454 $this->output( "\nDone! " . count( $this->mFiles ) . " files checked, " .
55 - count( $this->mFailures ) . " failures found" );
 55+ count( $this->mFailures ) . " failures found\n" );
5656 }
5757
5858 /**

Status & tagging log