mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
pass 2, manual removal of incorrect non-nullable phpdoc types
This commit is contained in:
@ -136,8 +136,6 @@ class Player extends Human implements CommandSender, ChunkLoader, ChunkListener,
|
||||
|
||||
/**
|
||||
* Validates the given username.
|
||||
*
|
||||
* @param string $name
|
||||
*/
|
||||
public static function isValidUserName(?string $name) : bool{
|
||||
if($name === null){
|
||||
|
Reference in New Issue
Block a user