Skip to content

Commit

Permalink
Update PocketMine baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jan 6, 2021
1 parent 54b2695 commit fddcf09
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions e2e/integration/pocketmine-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,16 @@ parameters:
count: 2
path: repo/src/pocketmine/level/format/io/region/RegionLoader.php

-
message: "#^Property pocketmine\\\\metadata\\\\MetadataStore\\:\\:\\$metadataMap with generic class SplObjectStorage does not specify its types\\: TObject, TData$#"
count: 1
path: repo/src/pocketmine/metadata/MetadataStore.php

-
message: "#^PHPDoc tag @var for variable \\$values contains generic class SplObjectStorage but does not specify its types\\: TObject, TData$#"
count: 1
path: repo/src/pocketmine/metadata/MetadataStore.php

-
message: "#^Parameter \\#1 \\$seed of function mt_srand expects int, int\\|false given\\.$#"
count: 1
Expand All @@ -90,6 +100,11 @@ parameters:
count: 1
path: repo/src/pocketmine/permission/BanEntry.php

-
message: "#^Property pocketmine\\\\scheduler\\\\AsyncTask\\:\\:\\$threadLocalStorage with generic class SplObjectStorage does not specify its types\\: TObject, TData$#"
count: 1
path: repo/src/pocketmine/scheduler/AsyncTask.php

-
message: "#^Method pocketmine\\\\tile\\\\Tile\\:\\:getSaveId\\(\\) should return string but returns string\\|false\\.$#"
count: 1
Expand Down

0 comments on commit fddcf09

Please sign in to comment.