mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
strip extra blank lines (php-cs-fixer)
This commit is contained in:
@ -51,7 +51,6 @@ class BrewingStand extends Spawnable implements Container, Nameable{
|
||||
/** @var int */
|
||||
private $remainingFuelTime = 0;
|
||||
|
||||
|
||||
public function __construct(World $world, Vector3 $pos){
|
||||
parent::__construct($world, $pos);
|
||||
$this->inventory = new BrewingStandInventory($this->pos);
|
||||
|
Reference in New Issue
Block a user