diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 397ccc3d72..f69e56162b 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -710,16 +710,6 @@ parameters: count: 1 path: libraries/classes/Database/Designer.php - - - message: "#^Parameter \\#1 \\$database of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTablesFull\\(\\) expects string, null given\\.$#" - count: 1 - path: libraries/classes/Database/Designer/Common.php - - - - message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTablesFull\\(\\) expects array\\|string, string\\|null given\\.$#" - count: 1 - path: libraries/classes/Database/Designer/Common.php - - message: "#^Cannot access offset 'Field' on \\(array\\)\\|true\\.$#" count: 1 diff --git a/psalm-baseline.xml b/psalm-baseline.xml index 00c2ba27e2..f2cb54ccf1 100644 --- a/psalm-baseline.xml +++ b/psalm-baseline.xml @@ -681,9 +681,6 @@ $pg - - $db - $row['Field'] $row['Type'] @@ -693,18 +690,12 @@ $row['Column_name'] $orig_data['settings_data'] - - $table - $con['DTN'] $con['STN'] $con['SCN'] $con['DCN'] - - $db === null -