phpdoc armageddon for master, pass 1

This commit is contained in:
Dylan K. Taylor
2020-01-22 11:55:03 +00:00
parent 4bae3baa74
commit 67bcc1c0fb
397 changed files with 0 additions and 5391 deletions

View File

@ -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;