mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-09 03:06:55 +00:00
Mass removal of useless @param/@return PHPDoc annotations, pass 1
This commit is contained in:
@ -40,7 +40,6 @@ class BlockBurnEvent extends BlockEvent implements Cancellable{
|
||||
|
||||
/**
|
||||
* Returns the block (usually Fire) which caused the target block to be burned away.
|
||||
* @return Block
|
||||
*/
|
||||
public function getCausingBlock() : Block{
|
||||
return $this->causingBlock;
|
||||
|
Reference in New Issue
Block a user