Fix CS according to latest version of php-cs-fixer

This commit is contained in:
Dylan K. Taylor 2022-10-13 21:07:07 +01:00
parent 92783a6db9
commit b70f7afbd6
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D
2 changed files with 0 additions and 3 deletions

View File

@ -92,7 +92,6 @@ final class WaterCauldron extends FillableCauldron{
$tile->setPotionItem(null);
}
/** @return Color|null */
public function getCustomWaterColor() : ?Color{ return $this->customWaterColor; }
/** @return $this */

View File

@ -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; }
}