mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 08:56:15 +00:00
Liquid: improve code legibility and fix a bunch of PHPStan errors
This commit is contained in:
@ -287,7 +287,7 @@ parameters:
|
||||
|
||||
-
|
||||
message: "#^Parameter \\#1 \\$x of method pocketmine\\\\world\\\\World\\:\\:getBlockAt\\(\\) expects int, float\\|int given\\.$#"
|
||||
count: 11
|
||||
count: 4
|
||||
path: ../../../src/block/Liquid.php
|
||||
|
||||
-
|
||||
@ -297,7 +297,7 @@ parameters:
|
||||
|
||||
-
|
||||
message: "#^Parameter \\#2 \\$y of method pocketmine\\\\world\\\\World\\:\\:getBlockAt\\(\\) expects int, float\\|int given\\.$#"
|
||||
count: 11
|
||||
count: 4
|
||||
path: ../../../src/block/Liquid.php
|
||||
|
||||
-
|
||||
@ -307,7 +307,7 @@ parameters:
|
||||
|
||||
-
|
||||
message: "#^Parameter \\#3 \\$z of method pocketmine\\\\world\\\\World\\:\\:getBlockAt\\(\\) expects int, float\\|int given\\.$#"
|
||||
count: 11
|
||||
count: 4
|
||||
path: ../../../src/block/Liquid.php
|
||||
|
||||
-
|
||||
|
Reference in New Issue
Block a user