mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
phpdoc armageddon for master, pass 1
This commit is contained in:
@ -39,10 +39,7 @@ class SubChunk implements SubChunkInterface{
|
||||
/**
|
||||
* SubChunk constructor.
|
||||
*
|
||||
* @param int $default
|
||||
* @param PalettedBlockArray[] $blocks
|
||||
* @param LightArray|null $skyLight
|
||||
* @param LightArray|null $blockLight
|
||||
*/
|
||||
public function __construct(int $default, array $blocks, ?LightArray $skyLight = null, ?LightArray $blockLight = null){
|
||||
$this->defaultBlock = $default;
|
||||
|
Reference in New Issue
Block a user