mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
Strip empty lines at the end of classes
This commit is contained in:
@ -45,5 +45,4 @@ class InventoryCloseEvent extends InventoryEvent{
|
||||
public function getPlayer() : Player{
|
||||
return $this->who;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -46,5 +46,4 @@ class InventoryOpenEvent extends InventoryEvent implements Cancellable{
|
||||
public function getPlayer() : Player{
|
||||
return $this->who;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -46,5 +46,4 @@ class InventoryPickupArrowEvent extends InventoryEvent implements Cancellable{
|
||||
public function getArrow() : Arrow{
|
||||
return $this->arrow;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -46,5 +46,4 @@ class InventoryPickupItemEvent extends InventoryEvent implements Cancellable{
|
||||
public function getItem() : ItemEntity{
|
||||
return $this->item;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -48,5 +48,4 @@ class InventoryTransactionEvent extends Event implements Cancellable{
|
||||
public function getTransaction() : InventoryTransaction{
|
||||
return $this->transaction;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user