mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 16:51:42 +00:00
Fix CS according to latest version of php-cs-fixer
This commit is contained in:
parent
92783a6db9
commit
b70f7afbd6
@ -92,7 +92,6 @@ final class WaterCauldron extends FillableCauldron{
|
||||
$tile->setPotionItem(null);
|
||||
}
|
||||
|
||||
/** @return Color|null */
|
||||
public function getCustomWaterColor() : ?Color{ return $this->customWaterColor; }
|
||||
|
||||
/** @return $this */
|
||||
|
@ -74,9 +74,7 @@ final class WoodType{
|
||||
|
||||
public function isFlammable() : bool{ return $this->flammable; }
|
||||
|
||||
/** @return string|null */
|
||||
public function getStandardLogSuffix() : ?string{ return $this->standardLogSuffix; }
|
||||
|
||||
/** @return string|null */
|
||||
public function getAllSidedLogSuffix() : ?string{ return $this->allSidedLogSuffix; }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user