From 6fb45de405525bd5bf5639c9cbeb66bd1c4735cb Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sun, 4 Oct 2020 19:12:04 +0100 Subject: [PATCH] fixed phpstan baseline --- tests/phpstan/configs/runtime-type-checks.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpstan/configs/runtime-type-checks.neon b/tests/phpstan/configs/runtime-type-checks.neon index dc7695d48..023d06b89 100644 --- a/tests/phpstan/configs/runtime-type-checks.neon +++ b/tests/phpstan/configs/runtime-type-checks.neon @@ -3,7 +3,7 @@ parameters: - message: "#^Instanceof between pocketmine\\\\block\\\\utils\\\\BannerPattern and pocketmine\\\\block\\\\utils\\\\BannerPattern will always evaluate to true\\.$#" count: 1 - path: ../../../src/block/Banner.php + path: ../../../src/block/BaseBanner.php - message: "#^Call to function assert\\(\\) with bool will always evaluate to true\\.$#"