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