ItemBlock: remove superfluous doc comments generated by PhpStorm

This commit is contained in:
Dylan K. Taylor 2020-08-01 16:06:38 +01:00
parent 32134ef1ac
commit 2e0f7102e8

View File

@ -36,9 +36,7 @@ class ItemBlock extends Item{
protected $blockMeta;
/**
* @param int $blockId
* @param int $blockMeta usually 0-15 (placed blocks may only have meta values 0-15)
* @param ItemIdentifier $identifier
*/
public function __construct(int $blockId, int $blockMeta, ItemIdentifier $identifier){
if($blockMeta < 0 || $blockMeta > 15){