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