MINOR ENHANCEMENT: Better description of Game::class Methods

This commit is contained in:
Jeroen De Meerleer 2019-06-20 23:51:18 +02:00
parent 948b48335c
commit 7f58674f68
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6

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
*/ */
@ -75,7 +75,7 @@ class Game
} }
/** /**
* Gets pairing for white player * Returns the pairing for white player
* *
* @return Pairing | null * @return Pairing | null
*/ */
@ -97,7 +97,7 @@ class Game
} }
/** /**
* Gets pairing for black player * Returns the pairing for black player
* *
* @return Pairing | null * @return Pairing | null
*/ */