diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 24c3b87e6d..94e19ceabc 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -785,6 +785,16 @@ parameters: count: 1 path: libraries/classes/OutputBuffering.php + - + message: "#^Parameter \\#1 \\$font of method TCPDF\\:\\:setFooterFont\\(\\) expects array\\, array\\ given\\.$#" + count: 1 + path: libraries/classes/Pdf.php + + - + message: "#^Parameter \\#7 \\$pdfa of method TCPDF\\:\\:__construct\\(\\) expects int, bool given\\.$#" + count: 1 + path: libraries/classes/Pdf.php + - message: "#^Method PhpMyAdmin\\\\Plugins\\\\Auth\\\\AuthenticationCookie\\:\\:cookieEncrypt\\(\\) should return string but returns string\\|false\\.$#" count: 1