From: Platonides Date: Thu, 15 Dec 2011 22:42:16 +0000 (+0000) Subject: Added type hints X-Git-Tag: 1.31.0-rc.0~25945 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=3741f8d428d79bfcaed2e8a3f62cc9cac80662c5;p=lhc%2Fweb%2Fwiklou.git Added type hints --- diff --git a/profileinfo.php b/profileinfo.php index b47033a723..37e7a04a8e 100644 --- a/profileinfo.php +++ b/profileinfo.php @@ -199,7 +199,7 @@ class profile_point { } }; -function compare_point( $a, $b ) { +function compare_point(profile_point $a, profile_point $b) { global $sort; switch ( $sort ) { case "name":