mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
and more typehints
This commit is contained in:
@ -76,7 +76,7 @@ abstract class BaseLevelProvider implements LevelProvider{
|
||||
return $this->level->getServer();
|
||||
}
|
||||
|
||||
public function getLevel(){
|
||||
public function getLevel() : Level{
|
||||
return $this->level;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user