strip extra blank lines (php-cs-fixer)

This commit is contained in:
Dylan K. Taylor
2020-01-22 14:50:29 +00:00
parent 9cd6b3e1c7
commit f624871b3f
193 changed files with 0 additions and 243 deletions

View File

@ -252,7 +252,6 @@ class LevelDB extends BaseLevelProvider{
$buffer = $nbt->write($levelData);
file_put_contents($path . "level.dat", Binary::writeLInt(self::CURRENT_STORAGE_VERSION) . Binary::writeLInt(strlen($buffer)) . $buffer);
$db = self::createDB($path);
if($generatorType === self::GENERATOR_FLAT and isset($options["preset"])){

View File

@ -21,10 +21,8 @@
declare(strict_types=1);
namespace pocketmine\level\format\io\region;
class CorruptedRegionException extends RegionException{
}

View File

@ -21,10 +21,8 @@
declare(strict_types=1);
namespace pocketmine\level\format\io\region;
class RegionException extends \RuntimeException{
}