mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 17:59:21 +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\SetList;
|
||||
use Rector\Php81\Rector\FuncCall\NullToStrictStringFuncCallArgRector;
|
||||
use Rector\Strict\Rector\Empty_\DisallowedEmptyRuleFixerRector;
|
||||
|
||||
return RectorConfig::configure()
|
||||
->withParallel(240, 8)
|
||||
|
@ -34,7 +35,8 @@ return RectorConfig::configure()
|
|||
StringifyStrNeedlesRector::class,
|
||||
RestoreDefaultNullToNullableTypePropertyRector::class,
|
||||
ForRepeatedCountToOwnVariableRector::class,
|
||||
SimplifyEmptyCheckOnEmptyArrayRector::class
|
||||
SimplifyEmptyCheckOnEmptyArrayRector::class,
|
||||
DisallowedEmptyRuleFixerRector::class
|
||||
])
|
||||
->withFileExtensions([
|
||||
'php',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue