diff --git a/Config/phpstan.neon b/Config/phpstan.neon index 50470a8..9282470 100755 --- a/Config/phpstan.neon +++ b/Config/phpstan.neon @@ -120,4 +120,10 @@ parameters: path: *Admin/Install/Workflows* - message: '#.*undefined method object::getId.*#' - path: *TableView.php* \ No newline at end of file + path: *TableView.php* + - + message: '#.*Cannot access property .* on mixed.*#' + path: *View.php* + - + message: '#.*of method TCPDF::setHeaderData\(\) expects string.*#' + path: *bill.pdf.php* \ No newline at end of file