From 673821b5417de0bd003a754927dd5c56775de4ea Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Sat, 28 Sep 2019 21:47:24 +0200 Subject: [PATCH] Code style fixup --- src/Tournament.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tournament.php b/src/Tournament.php index f147de8..4a5c3be 100644 --- a/src/Tournament.php +++ b/src/Tournament.php @@ -268,7 +268,7 @@ class Tournament if (!$this->gameExists($game, $round)) { $game->setBoard($game->getWhite()->getBoard()); // Add board if inexistent - if($game->getBoard() == -1) { + if ($game->getBoard() == -1) { if (isset($lastboards[$round])) { $lastboards[$round] += 1; } else {