X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Flogging%2FBlockLogFormatter.php;h=72fcc3a5df8da050435a7f9684d3328b93679db0;hb=bcdf83c3f9cb77560193cd31c8fb9013e80c86c8;hp=07ef24b454aa294c39c394995648e3f338f09311;hpb=f873b499650ef5d27570f9cb96d01d1477f9e089;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/logging/BlockLogFormatter.php b/includes/logging/BlockLogFormatter.php index 07ef24b454..72fcc3a5df 100644 --- a/includes/logging/BlockLogFormatter.php +++ b/includes/logging/BlockLogFormatter.php @@ -125,7 +125,7 @@ class BlockLogFormatter extends LogFormatter { public static function formatBlockFlags( $flags, $lang ) { $flags = trim( $flags ); if ( $flags === '' ) { - return ''; //nothing to do + return ''; // nothing to do } $flags = explode( ',', $flags ); $flagsCount = count( $flags );