1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2025-01-22 02:00:40 +00:00

Fixing ChatUtil

This commit is contained in:
Tim Düsterhus 2012-02-18 15:41:58 +01:00
parent 4357ccf342
commit af12204f13

View File

@ -84,7 +84,7 @@ class ChatUtil {
*
* @return integer
*/
public static /* int */ getRandomNumber() {
public static function /* int */ getRandomNumber() {
return 4; // chosen by a fair dice roll
// guaranteed to be random
}