From cc3947058acc862d90ababb4821dc46e9522a76a Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 6 Oct 2020 18:11:13 +0100 Subject: [PATCH] updated phpstan baseline --- 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 37b22a9de..e6b46e0de 100644 --- a/tests/phpstan/configs/l8-baseline.neon +++ b/tests/phpstan/configs/l8-baseline.neon @@ -476,7 +476,7 @@ parameters: path: ../../../src/player/Player.php - - message: "#^Cannot call method onTerrainReady\\(\\) on pocketmine\\\\network\\\\mcpe\\\\NetworkSession\\|null\\.$#" + message: "#^Cannot call method notifyTerrainReady\\(\\) on pocketmine\\\\network\\\\mcpe\\\\NetworkSession\\|null\\.$#" count: 1 path: ../../../src/player/Player.php