From ed452b9ccdd11f5168d8df7b63d43a11193cc851 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Fri, 4 Nov 2022 20:51:22 +0000 Subject: [PATCH] Scrub PHPStan baselines --- tests/phpstan/configs/actual-problems.neon | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests/phpstan/configs/actual-problems.neon b/tests/phpstan/configs/actual-problems.neon index 1121cd134..0afae17b6 100644 --- a/tests/phpstan/configs/actual-problems.neon +++ b/tests/phpstan/configs/actual-problems.neon @@ -15,21 +15,11 @@ parameters: count: 1 path: ../../../build/server-phar.php - - - message: "#^Binary operation \"\\.\" between array\\\\|string\\|false and '/'\\|'\\\\\\\\' results in an error\\.$#" - count: 2 - path: ../../../src/PocketMine.php - - message: "#^Do\\-while loop condition is always false\\.$#" count: 1 path: ../../../src/PocketMine.php - - - message: "#^Cannot cast mixed to string\\.$#" - count: 1 - path: ../../../src/Server.php - - message: "#^Parameter \\#1 \\$array of static method pocketmine\\\\plugin\\\\PluginGraylist\\:\\:fromArray\\(\\) expects array, mixed given\\.$#" count: 1