mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 01:39:33 +02:00
refactoring
This commit is contained in:
parent
cfc8be9f7f
commit
9f4a89ba2d
3 changed files with 12 additions and 10 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
use Rector\CodeQuality\Rector\Empty_\SimplifyEmptyCheckOnEmptyArrayRector;
|
||||
use Rector\CodeQuality\Rector\For_\ForRepeatedCountToOwnVariableRector;
|
||||
use Rector\CodeQuality\Rector\Identical\FlipTypeControlToUseExclusiveTypeRector;
|
||||
use Rector\Config\RectorConfig;
|
||||
use Rector\Php70\Rector\StaticCall\StaticCallOnNonStaticToInstanceCallRector;
|
||||
use Rector\Php73\Rector\FuncCall\StringifyStrNeedlesRector;
|
||||
|
@ -36,7 +37,8 @@ return RectorConfig::configure()
|
|||
RestoreDefaultNullToNullableTypePropertyRector::class,
|
||||
ForRepeatedCountToOwnVariableRector::class,
|
||||
SimplifyEmptyCheckOnEmptyArrayRector::class,
|
||||
DisallowedEmptyRuleFixerRector::class
|
||||
DisallowedEmptyRuleFixerRector::class,
|
||||
FlipTypeControlToUseExclusiveTypeRector::class
|
||||
])
|
||||
->withFileExtensions([
|
||||
'php',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue