-
-
Notifications
You must be signed in to change notification settings - Fork 738
Closed
Description
is this still pertinent?
Line 152 in 3e8c192
| * Rector uses [nikic/php-parser](https://github.com/nikic/PHP-Parser/), built on technology called an *abstract syntax tree* (AST). An AST doesn't know about spaces and when written to a file it produces poorly formatted code in both PHP and docblock annotations. |
according to this issue, most issues with spacing were long since resolved?
in my preliminary testing with Rector, I have not seen it mangle any spaces - and that's in a codebase with no code standard π
I understand there may still be some issues with spacing, but I almost skipped Rector (and would have done all of my rename operations by hand in PHP Storm instead) because of this warning - and clearly, it goes have some level of awareness of spacing, or this project would most likely have been totally mangled. π
(glad I chose Rector, as this will save me a lot of time! thank you for this incredible tool!)
TomasVotruba
Metadata
Metadata
Assignees
Labels
No labels