mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Shut PhpStorm up
This commit is contained in:
@ -83,7 +83,7 @@ abstract class BaseLevelProvider implements LevelProvider{
|
||||
}
|
||||
|
||||
public function getName() : string{
|
||||
return $this->levelData["LevelName"];
|
||||
return (string) $this->levelData["LevelName"];
|
||||
}
|
||||
|
||||
public function getTime(){
|
||||
|
Reference in New Issue
Block a user