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