mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
fill in more iterable types (master)
This commit is contained in:
@ -52,7 +52,10 @@ abstract class Generator{
|
||||
protected $world;
|
||||
/** @var int */
|
||||
protected $seed;
|
||||
/** @var array */
|
||||
/**
|
||||
* @var mixed[]
|
||||
* @phpstan-var array<string, mixed>
|
||||
*/
|
||||
protected $options;
|
||||
|
||||
/** @var Random */
|
||||
|
Reference in New Issue
Block a user