rector icon indicating copy to clipboard operation
rector copied to clipboard

[DX] Allow more granulated return type completion, to separate from closures and makes easier to review

Open TomasVotruba opened this issue 1 year ago • 0 comments

We've done similar split in the past, to make type declaration level work in as small steps as possible. This would concert few ReturnType* rules that now handle all functions, method, closure together.

The closure rules should be split of these and have separate rule inside TypeDeclarationLevel

Ref https://x.com/apefm/status/1803148500693102681

TomasVotruba avatar Jun 20 '24 01:06 TomasVotruba