From fb2c4bf1dfc29c578a4d57dbc7251dd841e44acc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Fri, 25 Aug 2023 12:11:20 -0300 Subject: [PATCH] Add ChangeLog entry for #18650 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 | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index fff887e196..08c377cdad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -56,6 +56,7 @@ phpMyAdmin - ChangeLog - issue #14411 Fixed double tap to edit on mobile devices - issue Update documentation to reflect that Node >= 12 is required to compile the JS and CSS files - issue #18578 Fixed PDF export NULL values gives a type error +- issue #18650 Fixed double escaping on foreign key relation link title 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 fda196f0ec..4b3a6b320a 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -2880,6 +2880,11 @@ parameters: count: 1 path: libraries/classes/Dbal/DbiMysqli.php + - + message: "#^Method PhpMyAdmin\\\\Dbal\\\\DbiMysqli\\:\\:getProtoInfo\\(\\) should return string but returns int\\.$#" + count: 1 + path: libraries/classes/Dbal/DbiMysqli.php + - message: "#^Method PhpMyAdmin\\\\Dbal\\\\MysqliResult\\:\\:fetchAllKeyPair\\(\\) should return array\\ but returns array\\\\.$#" count: 2