mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
phpdoc armageddon for master, pass 1
This commit is contained in:
@ -41,9 +41,6 @@ class BlockGrowEvent extends BlockEvent implements Cancellable{
|
||||
$this->newState = $newState;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Block
|
||||
*/
|
||||
public function getNewState() : Block{
|
||||
return $this->newState;
|
||||
}
|
||||
|
Reference in New Issue
Block a user