From eba9d5788d516c436c5a83e3311957c9cd6426cb Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Thu, 20 Jun 2019 23:47:36 +0200 Subject: [PATCH] Better description of `Game::getResult` --- src/Game.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Game.php b/src/Game.php index 4023c80..5303368 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 */