r106389 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106388‎ | r106389 | r106390 >
Date:22:42, 15 December 2011
Author:platonides
Status:ok
Tags:
Comment:
Added type hints
Modified paths:
  • /trunk/phase3/profileinfo.php (modified) (history)

Diff [purge]

Index: trunk/phase3/profileinfo.php
@@ -199,7 +199,7 @@
200200 }
201201 };
202202
203 -function compare_point( $a, $b ) {
 203+function compare_point(profile_point $a, profile_point $b) {
204204 global $sort;
205205 switch ( $sort ) {
206206 case "name":

Status & tagging log