From 9b8719f22414a252d000cc6e16a3d1fdc197c5cb Mon Sep 17 00:00:00 2001 From: Nicolai Ehrhardt <245527909+predictor2718@users.noreply.github.com> Date: Sat, 11 Apr 2026 11:54:34 +0200 Subject: [PATCH] Update PHPStan baseline for ExportSql changes Signed-off-by: Nicolai Ehrhardt <245527909+predictor2718@users.noreply.github.com> --- phpstan-baseline.neon | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 1799919405..11aa67b363 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -27002,7 +27002,7 @@ parameters: - message: "#^Parameter \\#2 \\$compat of method PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportSql\\:\\:exportUseStatement\\(\\) expects string, mixed given\\.$#" - count: 2 + count: 3 path: libraries/classes/Plugins/Export/ExportSql.php - @@ -46512,7 +46512,7 @@ parameters: - message: "#^Dynamic call to static method PHPUnit\\\\Framework\\\\TestCase\\:\\:any\\(\\)\\.$#" - count: 25 + count: 26 path: test/classes/Plugins/Export/ExportSqlTest.php - @@ -46532,7 +46532,7 @@ parameters: - message: "#^Dynamic call to static method PHPUnit\\\\Framework\\\\TestCase\\:\\:returnArgument\\(\\)\\.$#" - count: 15 + count: 16 path: test/classes/Plugins/Export/ExportSqlTest.php -