Skip to content

Commit

Permalink
phpstan: drop some dead level 8 ignoreErrors
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Nov 10, 2020
1 parent 21d3762 commit 8f36957
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/phpstan/configs/l8-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -355,11 +355,6 @@ parameters:
count: 1
path: ../../../src/player/Player.php

-
message: "#^Cannot call method syncAttributes\\(\\) on pocketmine\\\\network\\\\mcpe\\\\NetworkSession\\|null\\.$#"
count: 1
path: ../../../src/player/Player.php

-
message: "#^Cannot call method onTitle\\(\\) on pocketmine\\\\network\\\\mcpe\\\\NetworkSession\\|null\\.$#"
count: 1
Expand Down Expand Up @@ -545,11 +540,6 @@ parameters:
count: 1
path: ../../../src/world/World.php

-
message: "#^Method pocketmine\\\\world\\\\biome\\\\Biome\\:\\:getBiome\\(\\) should return pocketmine\\\\world\\\\biome\\\\Biome but returns pocketmine\\\\world\\\\biome\\\\Biome\\|null\\.$#"
count: 1
path: ../../../src/world/biome/Biome.php

-
message: "#^Method pocketmine\\\\world\\\\biome\\\\BiomeRegistry\\:\\:getBiome\\(\\) should return pocketmine\\\\world\\\\biome\\\\Biome but returns pocketmine\\\\world\\\\biome\\\\Biome\\|null\\.$#"
count: 1
Expand Down

0 comments on commit 8f36957

Please sign in to comment.