mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-02-11 16:58:40 +00:00
fix tests
This commit is contained in:
parent
45a1771a1e
commit
2ad68a0c2a
|
|
@ -88,7 +88,7 @@ parameters:
|
||||||
message: '#.*has parameter \$con with no typehint specified#'
|
message: '#.*has parameter \$con with no typehint specified#'
|
||||||
path: *Ftp/File.php
|
path: *Ftp/File.php
|
||||||
-
|
-
|
||||||
message: '#.*Instantiated class .* WorkflowController not found.*#'
|
message: '#.*Instantiated class .*WorkflowController not found.*#'
|
||||||
path: *pdf.php
|
path: *pdf.php
|
||||||
-
|
-
|
||||||
message: '#.*Constant PDF_.*#'
|
message: '#.*Constant PDF_.*#'
|
||||||
|
|
|
||||||
|
|
@ -64,6 +64,7 @@ return static function (RectorConfig $rectorConfig) : void {
|
||||||
$base . '/Build',
|
$base . '/Build',
|
||||||
$base . '/MainRepository',
|
$base . '/MainRepository',
|
||||||
$base . '/Resources',
|
$base . '/Resources',
|
||||||
|
$base . '/Admin/Install/Application',
|
||||||
SimplifyEmptyCheckOnEmptyArrayRector::class,
|
SimplifyEmptyCheckOnEmptyArrayRector::class,
|
||||||
FlipTypeControlToUseExclusiveTypeRector::class,
|
FlipTypeControlToUseExclusiveTypeRector::class,
|
||||||
UnusedForeachValueToArrayKeysRector::class,
|
UnusedForeachValueToArrayKeysRector::class,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user