From 0784bfa2fb9fb962f3c8644526439682908d6781 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sat, 20 Jun 2020 11:30:14 +0100 Subject: [PATCH] phpstan: drop another pattern that was fixed by recent changes --- tests/phpstan/configs/runtime-type-checks.neon | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/phpstan/configs/runtime-type-checks.neon b/tests/phpstan/configs/runtime-type-checks.neon index de922a304..608060b11 100644 --- a/tests/phpstan/configs/runtime-type-checks.neon +++ b/tests/phpstan/configs/runtime-type-checks.neon @@ -10,11 +10,6 @@ parameters: count: 2 path: ../../../src/block/tile/TileFactory.php - - - message: "#^Call to function assert\\(\\) with bool will always evaluate to true\\.$#" - count: 2 - path: ../../../src/entity/EntityFactory.php - - message: "#^Instanceof between pocketmine\\\\event\\\\RegisteredListener and pocketmine\\\\event\\\\RegisteredListener will always evaluate to true\\.$#" count: 1