fix tests

This commit is contained in:
Dennis Eichhorn 2023-09-25 15:13:24 +00:00
parent 45a1771a1e
commit 2ad68a0c2a
2 changed files with 2 additions and 1 deletions

View File

@ -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_.*#'

View File

@ -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,