From 5891ea4453ac48e215a22881b3ee8f172b654acb Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Sat, 22 Nov 2025 11:59:51 +0100 Subject: [PATCH] Remove unmatched phpstan ignore rule --- phpstan.dist.neon | 1 - 1 file changed, 1 deletion(-) diff --git a/phpstan.dist.neon b/phpstan.dist.neon index ee53bf8..39cbbca 100644 --- a/phpstan.dist.neon +++ b/phpstan.dist.neon @@ -4,7 +4,6 @@ parameters: - src - tests ignoreErrors: - - identifier: missingType.iterableValue # TODO remove this ignore rule once DriverInterface defines the appropriate value types - '#^Method Behat\\Mink\\Tests\\Driver\\Custom\\[^:]+Test(Case)?\:\:test\w*\(\) has no return type specified\.$#' includes: