From ae641ade2bc9c48eddc3a16b6a29e54f3a9d0c71 Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Thu, 20 Jun 2019 23:54:50 +0200 Subject: [PATCH] Updated docs --- src/Game.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Game.php b/src/Game.php index 5303368..a6d75ef 100644 --- a/src/Game.php +++ b/src/Game.php @@ -75,7 +75,7 @@ class Game } /** - * Gets pairing for white player + * Returns the pairing for white player * * @return Pairing | null */ @@ -97,7 +97,7 @@ class Game } /** - * Gets pairing for black player + * Returns the pairing for black player * * @return Pairing | null */