services(); $services->set(ChangeSetIdToUuidValueRector::class); $services->set(ChangeGetUuidMethodCallToGetIdRector::class); $services->set(ChangeReturnTypeOfClassMethodWithGetIdRector::class); $services->set(ChangeIdenticalUuidToEqualsMethodCallRector::class); # add Uuid type declarations $services->set(AddMethodCallBasedParamTypeRector::class); $services->set(AddArrayReturnDocTypeRector::class); };