Player: fixed documentation of isValidUserName()

[ci skip]
This commit is contained in:
Dylan K. Taylor 2019-07-07 23:50:59 +01:00
parent 03e70e68f4
commit 55cccff850

View File

@ -211,7 +211,7 @@ class Player extends Human implements CommandSender, ChunkLoader, IPlayer{
public const VIEW = Player::SPECTATOR;
/**
* Checks a supplied username and checks it is valid.
* Validates the given username.
*
* @param string $name
*