mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Modernize property declarations in src/world/generator
This commit is contained in:
@ -34,11 +34,9 @@ use pocketmine\world\generator\populator\Populator;
|
||||
use function count;
|
||||
|
||||
class Flat extends Generator{
|
||||
|
||||
/** @var Chunk */
|
||||
private $chunk;
|
||||
private Chunk $chunk;
|
||||
/** @var Populator[] */
|
||||
private $populators = [];
|
||||
private array $populators = [];
|
||||
|
||||
private FlatGeneratorOptions $options;
|
||||
|
||||
|
Reference in New Issue
Block a user