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,