Closed samsonasik closed 2 months ago
Q | A |
---|---|
QA? | ✔️ |
Ready to merge 👍
Attention: Patch coverage is 98.40000%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 89.77%. Comparing base (
a21bf32
) to head (0464083
). Report is 10 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
src/Queue/src/QueueManager.php | 0.00% | 1 Missing :warning: |
src/Stempler/src/Parser/Syntax/HTMLSyntax.php | 75.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Hi. Is it possible to disable changes for relative namespaces?
In this case, it is preferable to keep relative names, as they convey additional meaning (Internal\...
or Config\...
).
We can also consider collapsing such names into aliases. For example, Config\Proxy
-> use ...\Config\Proxy as ProxyConfig
. However, I don't think Rector supports this.
that's not supported right now, as auto import is really complex process, we check it whether it is conflicted as used by alias as well.
Let's close for now then ;)