mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-25 04:03:55 +01:00
10 lines
523 B
YAML
10 lines
523 B
YAML
services:
|
|
Rector\Doctrine\Rector\MethodCall\ChangeSetIdToUuidValueRector: ~
|
|
Rector\Doctrine\Rector\MethodCall\ChangeGetUuidMethodCallToGetIdRector: ~
|
|
Rector\Doctrine\Rector\ClassMethod\ChangeReturnTypeOfClassMethodWithGetIdRector: ~
|
|
Rector\Doctrine\Rector\Identical\ChangeIdenticalUuidToEqualsMethodCallRector: ~
|
|
|
|
# add Uuid type declarations
|
|
Rector\TypeDeclaration\Rector\ClassMethod\AddMethodCallBasedParamTypeRector: ~
|
|
Rector\TypeDeclaration\Rector\ClassMethod\AddArrayReturnDocTypeRector: ~
|