mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Strip empty lines at the end of classes
This commit is contained in:
@ -291,5 +291,4 @@ class CraftingManager{
|
||||
public function registerRecipe(Recipe $recipe) : void{
|
||||
$recipe->registerToCraftingManager($this);
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -65,5 +65,4 @@ class EnderChestInventory extends ChestInventory{
|
||||
public function getHolder(){
|
||||
return $this->holder;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -40,5 +40,4 @@ class MultiRecipe{
|
||||
public function __construct(UUID $uuid){
|
||||
$this->uuid = $uuid;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -81,5 +81,4 @@ class CreativeInventoryAction extends InventoryAction{
|
||||
public function onExecuteFail(Player $source) : void{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user