r67463 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r67462‎ | r67463 | r67464 >
Date:13:31, 6 June 2010
Author:ialex
Status:ok
Tags:
Comment:
Missing line break
Modified paths:
  • /trunk/phase3/maintenance/checkSyntax.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/checkSyntax.php
@@ -50,7 +50,7 @@
5151 $useParseKit = function_exists( 'parsekit_compile_file' ) && version_compare( PHP_VERSION, '5.3', '<' );
5252
5353 $str = 'Checking syntax (using ' . ( $useParseKit ?
54 - 'parsekit)' : ' php -l, this can take a long time)' );
 54+ 'parsekit' : ' php -l, this can take a long time' ) . ")\n";
5555 $this->output( $str );
5656 foreach ( $this->mFiles as $f ) {
5757 if ( $useParseKit ) {

Status & tagging log