From 80e4da85df121cfdda5fcd0173745d3f016d8a66 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Wed, 12 May 2021 12:12:29 +0100 Subject: [PATCH] Fixed PHPStan build --- tests/phpstan/configs/l8-baseline.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpstan/configs/l8-baseline.neon b/tests/phpstan/configs/l8-baseline.neon index c47c76564..4dc8a7f58 100644 --- a/tests/phpstan/configs/l8-baseline.neon +++ b/tests/phpstan/configs/l8-baseline.neon @@ -211,7 +211,7 @@ parameters: path: ../../../src/player/Player.php - - message: "#^Cannot call method getSafeSpawn\\(\\) on pocketmine\\\\world\\\\World\\|null\\.$#" + message: "#^Cannot call method getSpawnLocation\\(\\) on pocketmine\\\\world\\\\World\\|null\\.$#" count: 1 path: ../../../src/player/Player.php