phpstan: drop some error counts to account for recent Sugarcane changes

This commit is contained in:
Dylan K. Taylor 2020-11-12 22:26:04 +00:00
parent 8e0cba56b8
commit 41a8007c47

View File

@ -427,17 +427,17 @@ parameters:
-
message: "#^Parameter \\#1 \\$x of method pocketmine\\\\world\\\\World\\:\\:getBlockAt\\(\\) expects int, float\\|int given\\.$#"
count: 2
count: 1
path: ../../../src/block/Sugarcane.php
-
message: "#^Parameter \\#2 \\$y of method pocketmine\\\\world\\\\World\\:\\:getBlockAt\\(\\) expects int, float\\|int given\\.$#"
count: 2
count: 1
path: ../../../src/block/Sugarcane.php
-
message: "#^Parameter \\#3 \\$z of method pocketmine\\\\world\\\\World\\:\\:getBlockAt\\(\\) expects int, float\\|int given\\.$#"
count: 2
count: 1
path: ../../../src/block/Sugarcane.php
-