mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
phpdoc armageddon for master, pass 1
This commit is contained in:
@ -51,10 +51,6 @@ class Flat extends Generator{
|
||||
private $preset;
|
||||
|
||||
/**
|
||||
* @param ChunkManager $world
|
||||
* @param int $seed
|
||||
* @param array $options
|
||||
*
|
||||
* @throws InvalidGeneratorOptionsException
|
||||
*/
|
||||
public function __construct(ChunkManager $world, int $seed, array $options = []){
|
||||
@ -88,8 +84,6 @@ class Flat extends Generator{
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $layers
|
||||
*
|
||||
* @return int[]
|
||||
* @throws InvalidGeneratorOptionsException
|
||||
*/
|
||||
|
Reference in New Issue
Block a user