From 032dc5709072fe906fb34fd2aff2817bb028c9ef Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sat, 20 Jun 2020 11:29:45 +0100 Subject: [PATCH] phpstan recognizes the existence of parallel\bootstrap now --- tests/phpstan/configs/actual-problems.neon | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/phpstan/configs/actual-problems.neon b/tests/phpstan/configs/actual-problems.neon index 2ea03ede6..492dce500 100644 --- a/tests/phpstan/configs/actual-problems.neon +++ b/tests/phpstan/configs/actual-problems.neon @@ -5,11 +5,6 @@ parameters: count: 1 path: ../../../src/CrashDump.php - - - message: "#^Function parallel\\\\bootstrap not found\\.$#" - count: 1 - path: ../../../src/PocketMine.php - - message: "#^Instanceof between pocketmine\\\\plugin\\\\PluginManager and pocketmine\\\\plugin\\\\PluginManager will always evaluate to true\\.$#" count: 1