From b43403705504c2cd1271bfeb04e43731d7e151b4 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 26 Sep 2023 03:03:30 +0000 Subject: [PATCH] fix tests --- Config/phpstan.neon | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Config/phpstan.neon b/Config/phpstan.neon index 9dbd144..0eee11a 100755 --- a/Config/phpstan.neon +++ b/Config/phpstan.neon @@ -73,6 +73,7 @@ parameters: - '#.*refClass with generic class ReflectionClass but does not specify its types.*#' - '#.*Cannot cast mixed to.*#' - '#.*Instantiated class .*\\WorkflowInstance.*#' + - '#.*Instantiated class .*\\WorkflowController.*#' - '#.*class Mpdf\\.*#' - '#.*unknown class .*Stripe\\.*#' - '#.*Instantiated class .*Stripe\\.*#' @@ -87,9 +88,6 @@ parameters: - message: '#.*has parameter \$con with no typehint specified#' path: *Ftp/File.php - - - message: '#.*Instantiated class .*WorkflowController not found.*#' - path: *pdf.php - message: '#.*Constant PDF_.*#' path: *pdf.php