fix: phpstan #31
Annotations
10 errors
Run PHPStan:
src/world/generator/object/NetherGrass.php#L35
Parameter #1 $x of method pocketmine\world\ChunkManager::getBlockAt() expects int, float|int given.
|
Run PHPStan:
src/world/generator/object/NetherGrass.php#L35
Parameter #2 $y of method pocketmine\world\ChunkManager::getBlockAt() expects int, float|int given.
|
Run PHPStan:
src/world/generator/object/NetherGrass.php#L35
Parameter #3 $z of method pocketmine\world\ChunkManager::getBlockAt() expects int, float|int given.
|
Run PHPStan:
src/world/generator/object/NetherGrass.php#L59
Parameter #1 $start of method pocketmine\utils\Random::nextRange() expects int, float|int given.
|
Run PHPStan:
src/world/generator/object/NetherGrass.php#L59
Parameter #2 $end of method pocketmine\utils\Random::nextRange() expects int, float|int given.
|
Run PHPStan:
src/world/generator/object/NetherGrass.php#L60
Parameter #1 $start of method pocketmine\utils\Random::nextRange() expects int, float|int given.
|
Run PHPStan:
src/world/generator/object/NetherGrass.php#L60
Parameter #2 $end of method pocketmine\utils\Random::nextRange() expects int, float|int given.
|
Run PHPStan:
src/world/generator/object/NetherGrass.php#L61
Parameter #2 $y of method pocketmine\world\ChunkManager::getBlockAt() expects int, float|int given.
|
Run PHPStan:
src/world/generator/object/NetherGrass.php#L62
Parameter #2 $y of method pocketmine\world\ChunkManager::getBlockAt() expects int, float|int given.
|
Run PHPStan:
src/world/generator/object/NetherGrass.php#L63
Offset int does not exist on array{}|array{0: pocketmine\block\NetherRoots, 1?: pocketmine\block\NetherRoots}.
|
Loading