File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 217217 <extensions defaultExtensionNs =" com.jetbrains.php" >
218218 <frameworkProjectConfigurableProvider implementation =" com.magento.idea.magento2plugin.project.ConfigurableProvider" />
219219 <frameworkUsageProvider implementation =" com.magento.idea.magento2plugin.project.UsagesProvider" />
220- <libraryRoot id =" . phpstorm.meta.php" path =" . phpstorm.meta.php/" runtime =" false" />
220+ <libraryRoot id =" phpstorm.meta.php" path =" / phpstorm.meta.php/" runtime =" false" />
221221 </extensions >
222222
223223</idea-plugin >
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ namespace PHPSTORM_META {
4+ override (\Magento \Framework \ObjectManagerInterface::get (0 ), map (['' => '@ ' ]));
5+ override (\Magento \Framework \ObjectManagerInterface::create (0 ), map (['' => '@ ' ]));
6+ }
You can’t perform that action at this time.
0 commit comments