-
-
Notifications
You must be signed in to change notification settings - Fork 742
Closed
rectorphp/rector-src
#6672Labels
Description
Question
This might be intended behavior, but I'm not sure why it is happening like this. The following refactor occurred in our codebase and actually broke the functionality. We have our own helpers namespace with some helper classes. The Yii2 framework also comes with helper classes located in yii\helpers\. Why isn't \yii\helpers\VarDumper moved to use yii\helpers\VarDumper in this case?
https://getrector.com/demo/cb0f6267-ee7e-436f-813d-aba9b1162e53
Reactions are currently unavailable