From be98bc26a99bdd1cb53407eba71838061c0b59bd Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 25 Apr 2024 15:52:55 +0000 Subject: [PATCH] fix tests --- Config/phpstan.neon | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Config/phpstan.neon b/Config/phpstan.neon index 9282470..7d21c98 100755 --- a/Config/phpstan.neon +++ b/Config/phpstan.neon @@ -126,4 +126,7 @@ parameters: path: *View.php* - message: '#.*of method TCPDF::setHeaderData\(\) expects string.*#' - path: *bill.pdf.php* \ No newline at end of file + path: *bill.pdf.php* + - + message: '#.*SessionInterface::\$data.*#' + path: *CliApplication.php* \ No newline at end of file