You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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 inyii\helpers\
. Why isn't\yii\helpers\VarDumper
moved touse yii\helpers\VarDumper
in this case?https://getrector.com/demo/cb0f6267-ee7e-436f-813d-aba9b1162e53
The text was updated successfully, but these errors were encountered: