From f845cdea66e4ae32016a354762781b4f12c8a75f Mon Sep 17 00:00:00 2001 From: Gregor Harlan Date: Sun, 12 Apr 2026 14:14:41 +0200 Subject: [PATCH] chore: remove obsolete `Pdo\Mysql` class.notFound ignore from phpstan config The `Pdo\Mysql` class is now recognized by PHPStan's PHP stubs, so the ignore rule is no longer matched and causes an error. Co-Authored-By: Claude Opus 4.6 (1M context) --- phpstan.dist.neon | 3 --- 1 file changed, 3 deletions(-) diff --git a/phpstan.dist.neon b/phpstan.dist.neon index f810d33d04..a2d9b30919 100644 --- a/phpstan.dist.neon +++ b/phpstan.dist.neon @@ -41,9 +41,6 @@ parameters: - '#^Constructor of class rex_form_.*_element has an unused parameter \$tag.#' - '#^Offset .* on .* always exists#' - identifiers: [possiblyImpure.functionCall, possiblyImpure.methodCall] - - - message: '#\bPdo\\Mysql\b#' - identifier: class.notFound - message: '#.*deprecated.*#' path: '*/update.php'