Replies: 1 comment 1 reply
-
|
Hi, thanks for reporting. This is rather a bug. Could you add issue on the repository? The test into docblock class would be awesome 👍 |
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.
-
Hello!
I'm currently trying to use Rector on a large project where every file has a license header in a doc block at the top of it like:
But when I use Rector and it auto-imports a class
C, it moves all the use statements above the license header:Is there a way to stop this from happening? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions