From 79c0c97c7d5174d587447eed1b9c45bd99d81a4f Mon Sep 17 00:00:00 2001 From: Krinkle Date: Tue, 25 Jan 2011 18:24:16 +0000 Subject: [PATCH] whitespace fix (tab too many) --- includes/installer/Installer.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index 2d74a8dd25..c33606c466 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -104,7 +104,7 @@ abstract class Installer { 'envCheckLibicu' ); - /** + /** * MediaWiki configuration globals that will eventually be passed through * to LocalSettings.php. The names only are given here, the defaults * typically come from DefaultSettings.php. @@ -556,7 +556,7 @@ abstract class Installer { } /** - * Install step which adds a row to the site_stats table with appropriate + * Install step which adds a row to the site_stats table with appropriate * initial values. */ public function populateSiteStats( DatabaseInstaller $installer ) { @@ -564,7 +564,7 @@ abstract class Installer { if ( !$status->isOK() ) { return $status; } - $status->value->insert( 'site_stats', array( + $status->value->insert( 'site_stats', array( 'ss_row_id' => 1, 'ss_total_views' => 0, 'ss_total_edits' => 0, -- 2.20.1