mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 01:39:33 +02:00
refactoring
This commit is contained in:
parent
146c975a61
commit
66dcc2eced
1 changed files with 3 additions and 1 deletions
|
@ -11,6 +11,7 @@ use Rector\Php81\Rector\Property\ReadOnlyPropertyRector;
|
||||||
use Rector\Set\ValueObject\LevelSetList;
|
use Rector\Set\ValueObject\LevelSetList;
|
||||||
use Rector\Set\ValueObject\SetList;
|
use Rector\Set\ValueObject\SetList;
|
||||||
use Rector\Php81\Rector\FuncCall\NullToStrictStringFuncCallArgRector;
|
use Rector\Php81\Rector\FuncCall\NullToStrictStringFuncCallArgRector;
|
||||||
|
use Rector\Strict\Rector\Empty_\DisallowedEmptyRuleFixerRector;
|
||||||
|
|
||||||
return RectorConfig::configure()
|
return RectorConfig::configure()
|
||||||
->withParallel(240, 8)
|
->withParallel(240, 8)
|
||||||
|
@ -34,7 +35,8 @@ return RectorConfig::configure()
|
||||||
StringifyStrNeedlesRector::class,
|
StringifyStrNeedlesRector::class,
|
||||||
RestoreDefaultNullToNullableTypePropertyRector::class,
|
RestoreDefaultNullToNullableTypePropertyRector::class,
|
||||||
ForRepeatedCountToOwnVariableRector::class,
|
ForRepeatedCountToOwnVariableRector::class,
|
||||||
SimplifyEmptyCheckOnEmptyArrayRector::class
|
SimplifyEmptyCheckOnEmptyArrayRector::class,
|
||||||
|
DisallowedEmptyRuleFixerRector::class
|
||||||
])
|
])
|
||||||
->withFileExtensions([
|
->withFileExtensions([
|
||||||
'php',
|
'php',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue