mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Visibility keyword before final or abstract keyword. (#814)
This commit is contained in:
@ -28,5 +28,5 @@ use pocketmine\level\ChunkManager;
|
||||
use pocketmine\utils\Random;
|
||||
|
||||
abstract class Populator{
|
||||
public abstract function populate(ChunkManager $level, $chunkX, $chunkZ, Random $random);
|
||||
abstract public function populate(ChunkManager $level, $chunkX, $chunkZ, Random $random);
|
||||
}
|
Reference in New Issue
Block a user