r78760 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78759‎ | r78760 | r78761 >
Date:00:06, 22 December 2010
Author:platonides
Status:ok
Tags:
Comment:
Four more spaces, per r78759 CR
Modified paths:
  • /trunk/phase3/maintenance/fuzz-tester.php (modified) (history)
  • /trunk/phase3/maintenance/upgrade1_5.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/fuzz-tester.php
@@ -820,7 +820,7 @@
821821 * Returns the matched character slash-escaped as in a C string
822822 * Helper for makeTitleSafe callback
823823 */
824 - static private function stringEscape($matches) {
 824+ static private function stringEscape( $matches ) {
825825 return sprintf( "\\x%02x", ord( $matches[1] ) );
826826 }
827827
Index: trunk/phase3/maintenance/upgrade1_5.php
@@ -323,7 +323,7 @@
324324 /**
325325 * Helper function for copyTable array_filter
326326 */
327 - static private function notUpgradeNull($x) {
 327+ static private function notUpgradeNull( $x ) {
328328 return $x !== MW_UPGRADE_NULL;
329329 }
330330

Follow-up revisions

RevisionCommit summaryAuthorDate
r78790Followup r7876: fix another E_STRICT: kill additional parameter in doQuery() ...catrope14:53, 22 December 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r78759Avoid create_function. Making explicit functions....platonides00:02, 22 December 2010

Status & tagging log