mirror of
https://github.com/furyfire/trueskill.git
synced 2025-04-18 20:04:28 +00:00
Move to DNW namespace
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<?php namespace Moserware\Skills;
|
||||
<?php namespace DNW\Skills;
|
||||
|
||||
/**
|
||||
* Helper class to sort ranks in non-decreasing order.
|
||||
@ -13,7 +13,7 @@ class RankSorter
|
||||
* @return array
|
||||
*/
|
||||
public static function sort(array &$teams, array &$teamRanks)
|
||||
{
|
||||
{
|
||||
array_multisort($teamRanks, $teams);
|
||||
return $teams;
|
||||
}
|
||||
|
Reference in New Issue
Block a user