updated phpstan baseline

This commit is contained in:
Dylan K. Taylor 2022-01-07 21:39:19 +00:00
parent 51f2a78dcf
commit dbbbc4f9c9
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -1040,6 +1040,11 @@ parameters:
count: 1
path: ../../../src/world/Explosion.php
-
message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
count: 1
path: ../../../src/world/World.php
-
message: "#^Cannot access offset 'data' on array\\{priority\\: int, data\\: pocketmine\\\\math\\\\Vector3\\}\\|int\\|pocketmine\\\\math\\\\Vector3\\.$#"
count: 1
@ -1051,7 +1056,7 @@ parameters:
path: ../../../src/world/World.php
-
message: "#^Parameter \\#1 \\$keys of function array_fill_keys expects array, mixed given\\.$#"
message: "#^Cannot cast mixed to string\\.$#"
count: 1
path: ../../../src/world/World.php