From a9bbce6b99862f625f162434e915e98521daa3cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Wed, 5 Jul 2023 10:03:06 -0300 Subject: [PATCH] Add ChangeLog entry for #17528 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MaurĂ­cio Meneghini Fauth --- ChangeLog | 1 + phpstan-baseline.neon | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 768ff53ff4..3d040c6f04 100644 --- a/ChangeLog +++ b/ChangeLog @@ -48,6 +48,7 @@ phpMyAdmin - ChangeLog - issue #17420 Fix profiling chart not loading when profiling is activated - issue #18159 Fix error when changing the number of chart columns in the monitor page - issue #18403 Fix Uncaught SyntaxError: JSON.parse on makegrid conditions +- issue #17528 Fix double escaping of database group names in the navigation tree 5.2.1 (2023-02-07) - issue #17522 Fix case where the routes cache file is invalid diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index c6c0f6ed42..e843da7551 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -1320,11 +1320,6 @@ parameters: count: 1 path: libraries/classes/Controllers/Import/ImportController.php - - - message: "#^Parameter \\#2 \\$size of method PhpMyAdmin\\\\Import\\:\\:getNextChunk\\(\\) expects int, float\\|int given\\.$#" - count: 1 - path: libraries/classes/Controllers/Import/ImportController.php - - message: "#^Parameter \\#1 \\$dependencies of method PhpMyAdmin\\\\Normalization\\:\\:getHtmlForNewTables3NF\\(\\) expects object, mixed given\\.$#" count: 1 @@ -7920,6 +7915,11 @@ parameters: count: 1 path: libraries/classes/Setup/Index.php + - + message: "#^Binary operation \"\\+\" between int\\\\|int\\<1, max\\> and int\\|string results in an error\\.$#" + count: 1 + path: libraries/classes/Sql.php + - message: "#^Cannot access property \\$where on mixed\\.$#" count: 1