mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-22 14:36:57 +01:00
MINOR ENHANCEMENT: Better description of Game::class
Methods
This commit is contained in:
parent
948b48335c
commit
7f58674f68
@ -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
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user