mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-22 19:06:35 +00:00
phpstan: drop some error counts to account for recent Sugarcane changes
This commit is contained in:
parent
8e0cba56b8
commit
41a8007c47
@ -427,17 +427,17 @@ parameters:
|
|||||||
|
|
||||||
-
|
-
|
||||||
message: "#^Parameter \\#1 \\$x of method pocketmine\\\\world\\\\World\\:\\:getBlockAt\\(\\) expects int, float\\|int given\\.$#"
|
message: "#^Parameter \\#1 \\$x of method pocketmine\\\\world\\\\World\\:\\:getBlockAt\\(\\) expects int, float\\|int given\\.$#"
|
||||||
count: 2
|
count: 1
|
||||||
path: ../../../src/block/Sugarcane.php
|
path: ../../../src/block/Sugarcane.php
|
||||||
|
|
||||||
-
|
-
|
||||||
message: "#^Parameter \\#2 \\$y of method pocketmine\\\\world\\\\World\\:\\:getBlockAt\\(\\) expects int, float\\|int given\\.$#"
|
message: "#^Parameter \\#2 \\$y of method pocketmine\\\\world\\\\World\\:\\:getBlockAt\\(\\) expects int, float\\|int given\\.$#"
|
||||||
count: 2
|
count: 1
|
||||||
path: ../../../src/block/Sugarcane.php
|
path: ../../../src/block/Sugarcane.php
|
||||||
|
|
||||||
-
|
-
|
||||||
message: "#^Parameter \\#3 \\$z of method pocketmine\\\\world\\\\World\\:\\:getBlockAt\\(\\) expects int, float\\|int given\\.$#"
|
message: "#^Parameter \\#3 \\$z of method pocketmine\\\\world\\\\World\\:\\:getBlockAt\\(\\) expects int, float\\|int given\\.$#"
|
||||||
count: 2
|
count: 1
|
||||||
path: ../../../src/block/Sugarcane.php
|
path: ../../../src/block/Sugarcane.php
|
||||||
|
|
||||||
-
|
-
|
||||||
|
Loading…
x
Reference in New Issue
Block a user