mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 00:39:45 +00:00
LevelProvider: fix doc comment of ::generate()
this raised false positives on phpstan level 4
This commit is contained in:
parent
73c5fe5cf9
commit
b8778cb791
@ -71,7 +71,7 @@ interface LevelProvider{
|
|||||||
* @param string $name
|
* @param string $name
|
||||||
* @param int $seed
|
* @param int $seed
|
||||||
* @param string $generator
|
* @param string $generator
|
||||||
* @param array[] $options
|
* @param array $options
|
||||||
*/
|
*/
|
||||||
public static function generate(string $path, string $name, int $seed, string $generator, array $options = []);
|
public static function generate(string $path, string $name, int $seed, string $generator, array $options = []);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user