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 569c96eb81
commit 962a2ecac2
1 changed files with 3 additions and 3 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
*/ */
@ -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
*/ */