Fixed some doc issues

This commit is contained in:
Dylan K. Taylor
2017-06-04 14:27:30 +01:00
parent eda7965f86
commit 2f4943ac90
5 changed files with 10 additions and 15 deletions

View File

@ -1243,6 +1243,7 @@ class Player extends Human implements CommandSender, InventoryHolder, ChunkLoade
* TODO: remove this when Spectator Mode gets added properly to MCPE
*
* @param int $gamemode
* @return int
*/
public static function getClientFriendlyGamemode(int $gamemode) : int{
$gamemode &= 0x03;