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
I can't reproduce this, I think this is related with the Wrap Text from PHPStorm.
Make sure you have this option unchecked:
Settings > Code Style > Xml > Other > Wrap text
Magicento will show you a warning about this if you try to use the autocomplete feature on any config.xml.
Thanks for your help. Changing the Wrap Text parameter fixed the issue. I haven't used the autocomplete functionality in config.xml at all when I logged this issue, so it might be worth adding the same setting to the rewrite as well.
When generating a rewrite, Magicento generates
When it should generate:
The extra whitespace around the class name causes the factoryMethod (e.g. Mage::getSingleton to thrown an exception.
The text was updated successfully, but these errors were encountered: