Ignore some PHPStan errors

This commit is contained in:
Dylan K. Taylor 2022-07-20 20:47:34 +01:00
parent 47adcf763d
commit 2d2df22ee7
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -105,6 +105,21 @@ parameters:
count: 1
path: ../../../src/block/Cactus.php
-
message: "#^Parameter \\#1 \\$x of method pocketmine\\\\world\\\\World\\:\\:isInWorld\\(\\) expects int, float\\|int given\\.$#"
count: 2
path: ../../../src/block/ChorusFlower.php
-
message: "#^Parameter \\#2 \\$y of method pocketmine\\\\world\\\\World\\:\\:isInWorld\\(\\) expects int, float\\|int given\\.$#"
count: 2
path: ../../../src/block/ChorusFlower.php
-
message: "#^Parameter \\#3 \\$z of method pocketmine\\\\world\\\\World\\:\\:isInWorld\\(\\) expects int, float\\|int given\\.$#"
count: 2
path: ../../../src/block/ChorusFlower.php
-
message: "#^Parameter \\#1 \\$x of method pocketmine\\\\world\\\\World\\:\\:getRealBlockSkyLightAt\\(\\) expects int, float\\|int given\\.$#"
count: 1