From 2ad68a0c2a968afb6a62646e6de696c940d1ff22 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 25 Sep 2023 15:13:24 +0000 Subject: [PATCH] fix tests --- Config/phpstan.neon | 2 +- Config/rector.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Config/phpstan.neon b/Config/phpstan.neon index cc329df..eb2bacd 100755 --- a/Config/phpstan.neon +++ b/Config/phpstan.neon @@ -88,7 +88,7 @@ parameters: message: '#.*has parameter \$con with no typehint specified#' path: *Ftp/File.php - - message: '#.*Instantiated class .* WorkflowController not found.*#' + message: '#.*Instantiated class .*WorkflowController not found.*#' path: *pdf.php - message: '#.*Constant PDF_.*#' diff --git a/Config/rector.php b/Config/rector.php index b1f7f20..2c87f6f 100644 --- a/Config/rector.php +++ b/Config/rector.php @@ -64,6 +64,7 @@ return static function (RectorConfig $rectorConfig) : void { $base . '/Build', $base . '/MainRepository', $base . '/Resources', + $base . '/Admin/Install/Application', SimplifyEmptyCheckOnEmptyArrayRector::class, FlipTypeControlToUseExclusiveTypeRector::class, UnusedForeachValueToArrayKeysRector::class,