Line length #9086
mpadinhabrandao
started this conversation in
Ideas
Line length
#9086
Replies: 1 comment 1 reply
-
Rector uses AST and AST doesn't handle tokens very well, see https://github.com/rectorphp/rector#known-drawbacks But there is a rule for coding standard: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The Rector should be able to break lines with more than X characters.
This fix helps to refactor code that didn't have phpcs rules in the past.
Beta Was this translation helpful? Give feedback.
All reactions