mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 08:17:34 +00:00
ItemBlock: remove superfluous doc comments generated by PhpStorm
This commit is contained in:
parent
32134ef1ac
commit
2e0f7102e8
@ -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){
|
||||
|
Loading…
x
Reference in New Issue
Block a user