mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
strip extra blank lines (php-cs-fixer)
This commit is contained in:
@ -26,13 +26,11 @@ declare(strict_types=1);
|
||||
*/
|
||||
namespace pocketmine\world\generator\noise;
|
||||
|
||||
|
||||
use function array_fill;
|
||||
use function assert;
|
||||
|
||||
abstract class Noise{
|
||||
|
||||
|
||||
/**
|
||||
* @param float $x
|
||||
* @param float $x1
|
||||
|
@ -82,7 +82,6 @@ abstract class Tree{
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public function canPlaceObject(ChunkManager $world, int $x, int $y, int $z, Random $random) : bool{
|
||||
$radiusToCheck = 0;
|
||||
for($yy = 0; $yy < $this->treeHeight + 3; ++$yy){
|
||||
|
Reference in New Issue
Block a user