From 14890914dc22f2ece57f3829e2388c283efb11a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Thu, 30 Jun 2022 01:28:52 -0300 Subject: Update PHPStan baseline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [ci-skip] Signed-off-by: MaurĂ­cio Meneghini Fauth --- phpstan-baseline.neon | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 6371d3f096..20efa48a17 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -4425,6 +4425,16 @@ parameters: count: 1 path: libraries/classes/Image/ImageWrapper.php + - + message: "#^Method PhpMyAdmin\\\\Image\\\\ImageWrapper\\:\\:height\\(\\) should return int but returns int\\|false\\.$#" + count: 1 + path: libraries/classes/Image/ImageWrapper.php + + - + message: "#^Method PhpMyAdmin\\\\Image\\\\ImageWrapper\\:\\:width\\(\\) should return int but returns int\\|false\\.$#" + count: 1 + path: libraries/classes/Image/ImageWrapper.php + - message: "#^Method PhpMyAdmin\\\\Import\\:\\:analyzeTable\\(\\) has parameter \\$table with no value type specified in iterable type array\\.$#" count: 1 -- cgit v1.2.3