Four more spaces, per r78759 CR
authorPlatonides <platonides@users.mediawiki.org>
Wed, 22 Dec 2010 00:06:14 +0000 (00:06 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Wed, 22 Dec 2010 00:06:14 +0000 (00:06 +0000)
maintenance/fuzz-tester.php
maintenance/upgrade1_5.php

index fd9152e..03ccf93 100644 (file)
@@ -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] ) );
        }
        
index cc09b06..0b2836c 100644 (file)
@@ -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;
        }