Better description of `Game::getResult`

This commit is contained in:
Jeroen De Meerleer 2019-06-20 23:47:36 +02:00
parent 4031050668
commit eba9d5788d
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class Game
private $result; private $result;
/** /**
* This function gets the result from the game * Returns the result for the game
* *
* @return Gameresult * @return Gameresult
*/ */