From: Brion Vibber Date: Wed, 19 Aug 2009 05:08:17 +0000 (+0000) Subject: newline at end of output :) X-Git-Tag: 1.31.0-rc.0~40213 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=a287773f46a32244c1891258df7cb61da2ac5640;p=lhc%2Fweb%2Fwiklou.git newline at end of output :) --- diff --git a/maintenance/syntaxChecker.php b/maintenance/syntaxChecker.php index 4ee3ef47a8..a2e3619f32 100644 --- a/maintenance/syntaxChecker.php +++ b/maintenance/syntaxChecker.php @@ -51,7 +51,7 @@ class SyntaxChecker extends Maintenance { } } $this->output( "\nDone! " . count( $this->mFiles ) . " files checked, " . - count( $this->mFailures ) . " failures found" ); + count( $this->mFailures ) . " failures found\n" ); } /**