From: Platonides Date: Wed, 22 Dec 2010 00:06:14 +0000 (+0000) Subject: Four more spaces, per r78759 CR X-Git-Tag: 1.31.0-rc.0~33210 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=f65af64f5a3a74cdae74e25512ac14e71c434273 Four more spaces, per r78759 CR --- diff --git a/maintenance/fuzz-tester.php b/maintenance/fuzz-tester.php index fd9152e701..03ccf9329c 100644 --- a/maintenance/fuzz-tester.php +++ b/maintenance/fuzz-tester.php @@ -820,7 +820,7 @@ class wikiFuzz { * Returns the matched character slash-escaped as in a C string * Helper for makeTitleSafe callback */ - static private function stringEscape($matches) { + static private function stringEscape( $matches ) { return sprintf( "\\x%02x", ord( $matches[1] ) ); } diff --git a/maintenance/upgrade1_5.php b/maintenance/upgrade1_5.php index cc09b067e0..0b2836c386 100644 --- a/maintenance/upgrade1_5.php +++ b/maintenance/upgrade1_5.php @@ -323,7 +323,7 @@ class FiveUpgrade extends Maintenance { /** * Helper function for copyTable array_filter */ - static private function notUpgradeNull($x) { + static private function notUpgradeNull( $x ) { return $x !== MW_UPGRADE_NULL; }