Skip to content

Commit

Permalink
Revert "Update PMMP baseline"
Browse files Browse the repository at this point in the history
This reverts commit 2c9ae7d.
  • Loading branch information
ondrejmirtes committed Sep 12, 2021
1 parent d0fde15 commit 7f7c8fc
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions e2e/integration/pocketmine-baseline.neon
@@ -1,10 +1,40 @@
parameters:
ignoreErrors:
-
message: "#^Parameter \\#2 \\$callback of function array_filter expects \\(callable\\(mixed, mixed\\)\\: bool\\)\\|null, Closure\\(pocketmine\\\\Player\\)\\: bool given\\.$#"
count: 1
path: repo/src/pocketmine/Server.php

-
message: "#^Parameter \\#2 \\$callback of function array_filter expects \\(callable\\(mixed, mixed\\)\\: bool\\)\\|null, Closure\\(string\\)\\: bool given\\.$#"
count: 1
path: repo/src/pocketmine/Server.php

-
message: "#^Parameter \\#2 \\$callback of function array_filter expects \\(callable\\(mixed, mixed\\)\\: bool\\)\\|null, Closure\\(pocketmine\\\\Player\\)\\: bool given\\.$#"
count: 1
path: repo/src/pocketmine/command/defaults/ListCommand.php

-
message: "#^Parameter \\#2 \\$callback of function array_filter expects \\(callable\\(mixed, mixed\\)\\: bool\\)\\|null, Closure\\(pocketmine\\\\entity\\\\Attribute\\)\\: bool given\\.$#"
count: 1
path: repo/src/pocketmine/entity/AttributeMap.php

-
message: "#^Parameter \\#2 \\$callback of function array_filter expects \\(callable\\(mixed, mixed\\)\\: bool\\)\\|null, Closure\\(pocketmine\\\\item\\\\Item\\)\\: bool given\\.$#"
count: 1
path: repo/src/pocketmine/entity/Human.php

-
message: "#^Parameter \\#2 \\$callback of function usort expects callable\\(mixed, mixed\\)\\: int, array\\('pocketmine\\\\\\\\inventory\\\\\\\\CraftingManager', 'sort'\\) given\\.$#"
count: 1
path: repo/src/pocketmine/inventory/CraftingManager.php

-
message: "#^Parameter \\#2 \\$callback of function array_filter expects \\(callable\\(mixed, mixed\\)\\: bool\\)\\|null, Closure\\(string\\)\\: bool given\\.$#"
count: 1
path: repo/src/pocketmine/lang/BaseLang.php

-
message: "#^Cannot call method getBlockData\\(\\) on pocketmine\\\\level\\\\format\\\\SubChunkInterface\\|null\\.$#"
count: 1
Expand Down Expand Up @@ -60,6 +90,11 @@ parameters:
count: 1
path: repo/src/pocketmine/level/format/Chunk.php

-
message: "#^Parameter \\#2 \\$callback of function array_filter expects \\(callable\\(mixed, mixed\\)\\: bool\\)\\|null, Closure\\(pocketmine\\\\entity\\\\Entity\\)\\: bool given\\.$#"
count: 1
path: repo/src/pocketmine/level/format/Chunk.php

-
message: "#^Cannot call method getBlockDataArray\\(\\) on pocketmine\\\\level\\\\format\\\\SubChunkInterface\\|null\\.$#"
count: 1
Expand All @@ -75,6 +110,11 @@ parameters:
count: 1
path: repo/src/pocketmine/level/format/io/leveldb/LevelDB.php

-
message: "#^Parameter \\#2 \\$callback of function array_filter expects \\(callable\\(mixed, mixed\\)\\: bool\\)\\|null, Closure\\(string\\)\\: bool given\\.$#"
count: 1
path: repo/src/pocketmine/level/format/io/region/McRegion.php

-
message: "#^Parameter \\#2 \\$count of function array_fill expects int\\<0, max\\>, int given\\.$#"
count: 2
Expand Down

0 comments on commit 7f7c8fc

Please sign in to comment.