Merge branch 'task/docs-Game' into develop

This commit is contained in:
Jeroen De Meerleer 2019-06-20 23:54:56 +02:00
commit 57de5d5a9c
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
1 changed files with 2 additions and 2 deletions

View File

@ -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
*/ */