From ded94aaf47de4a74a627a677e9f199520c83e0e3 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 24 Sep 2023 02:17:50 +0000 Subject: [PATCH] fix tests --- Config/phpstan.neon | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Config/phpstan.neon b/Config/phpstan.neon index 7ed09d9..097ebe1 100755 --- a/Config/phpstan.neon +++ b/Config/phpstan.neon @@ -86,6 +86,9 @@ parameters: - message: '#.*has parameter \$con with no typehint specified#' path: *Ftp/File.php + - + message: '#.*Constant PDF_.*#' + path: *pdf.php - message: '#.*Cannot call method setId\(\) on mixed.*#' path: *View.php