mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Visibility keyword before final or abstract keyword. (#814)
This commit is contained in:
@ -137,7 +137,7 @@ abstract class Biome{
|
||||
return $this->id;
|
||||
}
|
||||
|
||||
public abstract function getName();
|
||||
abstract public function getName();
|
||||
|
||||
public function getMinElevation(){
|
||||
return $this->minElevation;
|
||||
|
Reference in New Issue
Block a user