mirror of
https://github.com/furyfire/trueskill.git
synced 2025-04-18 20:04:28 +00:00
General cleanup and removal of all unnecessary references
This commit is contained in:
@ -7,8 +7,8 @@ class Teams
|
||||
$args = func_get_args();
|
||||
$result = array();
|
||||
|
||||
foreach ($args as &$currentTeam) {
|
||||
$localCurrentTeam = &$currentTeam;
|
||||
foreach ($args as $currentTeam) {
|
||||
$localCurrentTeam = $currentTeam;
|
||||
$result[] = $localCurrentTeam;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user