https://www.mediawiki.org/wiki/Special:Code/MediaWiki/106389

Revision: 106389
Author:   platonides
Date:     2011-12-15 22:42:16 +0000 (Thu, 15 Dec 2011)
Log Message:
-----------
Added type hints

Modified Paths:
--------------
    trunk/phase3/profileinfo.php

Modified: trunk/phase3/profileinfo.php
===================================================================
--- trunk/phase3/profileinfo.php        2011-12-15 22:41:45 UTC (rev 106388)
+++ trunk/phase3/profileinfo.php        2011-12-15 22:42:16 UTC (rev 106389)
@@ -199,7 +199,7 @@
        }
 };
 
-function compare_point( $a, $b ) {
+function compare_point(profile_point $a, profile_point $b) {
        global $sort;
        switch ( $sort ) {
        case "name":


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to