mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
phpdoc armageddon for master, pass 1
This commit is contained in:
@ -27,9 +27,6 @@ use pocketmine\entity\object\ItemEntity;
|
||||
|
||||
class ItemSpawnEvent extends EntityEvent{
|
||||
|
||||
/**
|
||||
* @param ItemEntity $item
|
||||
*/
|
||||
public function __construct(ItemEntity $item){
|
||||
$this->entity = $item;
|
||||
|
||||
|
Reference in New Issue
Block a user