mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 11:48:40 +00:00
fix config
This commit is contained in:
parent
efe97ca448
commit
e37a8be46f
|
|
@ -43,7 +43,9 @@ return static function (RectorConfig $rectorConfig): void {
|
|||
|
||||
$rectorConfig->skip([
|
||||
__DIR__ . '/vendor',
|
||||
__DIR__ . '/../../vendor',
|
||||
__DIR__ . '/Build',
|
||||
__DIR__ . '/../../Build',
|
||||
SimplifyEmptyCheckOnEmptyArrayRector::class,
|
||||
FlipTypeControlToUseExclusiveTypeRector::class,
|
||||
UnusedForeachValueToArrayKeysRector::class,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user