From 2e3a9f251f350f6bd14babe72d72ea3f47cb80ff Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Fri, 7 Feb 2020 22:17:33 +0000 Subject: [PATCH] missed one --- phpstan.neon.dist | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 4ca3d1f0b..c756ebabe 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -66,6 +66,11 @@ parameters: count: 2 path: src/Server.php + - + message: "#^Instanceof between pocketmine\\\\world\\\\WorldManager and pocketmine\\\\world\\\\WorldManager will always evaluate to true\\.$#" + count: 1 + path: src/Server.php + - message: "#^Call to an undefined method pocketmine\\\\command\\\\CommandSender\\:\\:teleport\\(\\)\\.$#" count: 1