Test Failed
Push — master ( 943f49...1c4bf0 )
by Tomáš
09:55
created
src/TournamentGenerator/Game.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -202,7 +202,7 @@
 block discarded – undo
202 202
 	public function getTeam($id) : ?Team {
203 203
 		$key = array_search($id, array_map(static function($a) {
204 204
 			return $a->getId();
205
-		}, $this->teams),   true);
205
+		}, $this->teams), true);
206 206
 		return ($key !== false ? $this->teams[$key] : null);
207 207
 	}
208 208
 
Please login to merge, or discard this patch.