Remove useless docs noticed by php-cs-fixer 3.5

This commit is contained in:
Dylan K. Taylor
2022-01-18 00:24:12 +00:00
parent eaaf00ca2b
commit 858024afb7
3 changed files with 0 additions and 8 deletions

View File

@ -103,8 +103,6 @@ class BlockBreakEvent extends BlockEvent implements Cancellable{
/**
* Variadic hack for easy array member type enforcement.
*
* @param Item ...$drops
*/
public function setDropsVariadic(Item ...$drops) : void{
$this->blockDrops = $drops;