From c3e2ecf80dbf02bfe3f6ec53f3017bdda47d253c Mon Sep 17 00:00:00 2001 From: Thomas Vincent Date: Sat, 28 Feb 2026 22:32:30 -0800 Subject: [PATCH] fix: update static analysis baselines for SearchController Signed-off-by: Thomas Vincent --- phpstan-baseline.neon | 6 ------ psalm-baseline.xml | 3 --- 2 files changed, 9 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 07f46e26d6..1a37173ff0 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -1608,12 +1608,6 @@ parameters: count: 1 path: src/Controllers/Database/RoutinesController.php - - - message: '#^Construct empty\(\) is not allowed\. Use more strict comparison\.$#' - identifier: empty.notAllowed - count: 1 - path: src/Controllers/Database/SearchController.php - - message: '#^Parameter \#1 \$database of method PhpMyAdmin\\Database\\CentralColumns\:\:deleteColumnsFromList\(\) expects string, mixed given\.$#' identifier: argument.type diff --git a/psalm-baseline.xml b/psalm-baseline.xml index f84299b655..d489b3bf59 100644 --- a/psalm-baseline.xml +++ b/psalm-baseline.xml @@ -926,9 +926,6 @@ - - -