mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-20 07:39:42 +00:00
fill in more iterable types (master)
This commit is contained in:
@@ -235,7 +235,9 @@ class WorldManager{
|
||||
* Generates a new world if it does not exist
|
||||
*
|
||||
* @param string $generator Class name that extends pocketmine\world\generator\Generator
|
||||
* @param mixed[] $options
|
||||
* @phpstan-param class-string<Generator> $generator
|
||||
* @phpstan-param array<string, mixed> $options
|
||||
*
|
||||
* @throws \InvalidArgumentException
|
||||
*/
|
||||
|
Reference in New Issue
Block a user