Add autoregistration of code-quality services to make level up-to-date

This commit is contained in:
Tomas Votruba 2018-10-16 20:47:08 +08:00
parent f76048c961
commit dbdf0b82cf

View File

@ -1,9 +1,3 @@
services:
Rector\Rector\CodeQuality\InArrayAndArrayKeysToArrayKeyExistsRector: ~
Rector\Rector\CodeQuality\UnnecessaryTernaryExpressionRector: ~
Rector\Rector\CodeQuality\SimplifyConditionsRector: ~
Rector\Rector\CodeQuality\SimplifyStrposLowerRector: ~
Rector\Rector\CodeQuality\SimplifyFuncGetArgsCountRector: ~
Rector\Rector\CodeQuality\SimplifyArraySearchRector: ~
Rector\Rector\CodeQuality\GetClassToInstanceOfRector: ~
Rector\Rector\CodeQuality\CombinedAssignRector: ~
Rector\CodeQuality\Rector\:
resource: '../../../packages/CodeQuality/src/Rector'