services(); $services->set(UnionTypesRector::class); $services->set(StrContainsRector::class); $services->set(StrStartsWithRector::class); $services->set(StrEndsWithRector::class); $services->set(StringableForToStringRector::class); $services->set(AnnotationToAttributeRector::class); $services->set(ClassOnObjectRector::class); $services->set(GetDebugTypeRector::class); $services->set(TokenGetAllToObjectRector::class); $services->set(RemoveUnusedVariableInCatchRector::class); $services->set(ClassPropertyAssignToConstructorPromotionRector::class); $services->set(ChangeSwitchToMatchRector::class); };