From 4c3a5fdd731b8df37620ae19172654b4855a9636 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Thu, 4 Nov 2021 19:28:52 +0000 Subject: [PATCH] Clean PHPStan baselines from 1.0.2 --- tests/phpstan/configs/phpstan-bugs.neon | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests/phpstan/configs/phpstan-bugs.neon b/tests/phpstan/configs/phpstan-bugs.neon index 0a580dcf0..8baae94f1 100644 --- a/tests/phpstan/configs/phpstan-bugs.neon +++ b/tests/phpstan/configs/phpstan-bugs.neon @@ -30,16 +30,6 @@ parameters: count: 1 path: ../../../src/entity/projectile/Projectile.php - - - message: "#^Parameter \\#1 \\$array of function array_values expects array, array given\\.$#" - count: 1 - path: ../../../src/plugin/PluginDescription.php - - - - message: "#^Parameter \\#2 \\$array of function array_map expects array, array given\\.$#" - count: 3 - path: ../../../src/plugin/PluginDescription.php - - message: "#^Dead catch \\- RuntimeException is never thrown in the try block\\.$#" count: 1