From 962a2ecac294e59bf959f0b6ebb6036f0d44526f Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Thu, 20 Jun 2019 23:51:18 +0200 Subject: [PATCH] MINOR ENHANCEMENT: Better description of `Game::class` Methods --- src/Game.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Game.php b/src/Game.php index 4023c80..a6d75ef 100644 --- a/src/Game.php +++ b/src/Game.php @@ -39,7 +39,7 @@ class Game private $result; /** - * This function gets the result from the game + * Returns the result for the game * * @return Gameresult */ @@ -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 */