mirror of
				https://github.com/furyfire/trueskill.git
				synced 2025-11-04 10:12:28 +01:00 
			
		
		
		
	rector: codingStyle
This commit is contained in:
		@@ -19,8 +19,8 @@ $team1 = new Team($p1, $gameInfo->getDefaultRating());
 | 
			
		||||
$team2 = new Team($p2, $gameInfo->getDefaultRating());
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
for($i = 0; $i < 5; $i++) {
 | 
			
		||||
    echo "Iteration: $i\n";
 | 
			
		||||
for($i = 0; $i < 5; ++$i) {
 | 
			
		||||
    echo "Iteration: " . $i . PHP_EOL;
 | 
			
		||||
    $teams = Teams::concat($team1, $team2);
 | 
			
		||||
 | 
			
		||||
    $calculator = new TwoPlayerTrueSkillCalculator();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user