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:
@ -48,8 +48,6 @@ interface Consumable{
|
||||
/**
|
||||
* Called when this Consumable is consumed by mob, after standard resulting effects have been applied.
|
||||
*
|
||||
* @param Living $consumer
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function onConsume(Living $consumer);
|
||||
|
Reference in New Issue
Block a user