Rector: RemoveUnusedAliasRector doesn't announce itself

Created on 3 Jun 2019  路  5Comments  路  Source: rectorphp/rector

    ---------- begin diff ----------
--- Original
+++ New
@@ -20,7 +20,7 @@

 use App\Manager\EmailManager;
 use InvalidArgumentException;
-use SerendipityHQ\Component\ValueObjects\Email\Email as EmailValue;
+use SerendipityHQ\Component\ValueObjects\Email\Email;
 use Symfony\Component\Validator\Constraint;
 use Symfony\Component\Validator\ConstraintValidator;
    ----------- end diff -----------

I expect to have the name of the applied rector somewhere, but there isn't.

All 5 comments

Could you move it to the other issue you've created? I expect to be the same point of failure.

Also, minimal code that causes this case would be great. I assume this might be caused by another change in the code.

About the code, unfortunately now I'm not able to provide it anymore: yesterday I did a lot of commits and the one I thought was the right one, is actually wrong: I'm not able to reproduce the issue anymore: sorry :(

I see, no troubles. I think it will appear once more :)

@TomasVotruba eh eh, I think the same 馃槄When it will appear I will be more careful!

Was this page helpful?
0 / 5 - 0 ratings