File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 185
185
enabledByDefault =" true" level =" ERROR"
186
186
implementationClass =" com.magento.idea.magento2plugin.inspections.xml.AclResourceXmlInspection" />
187
187
188
- <libraryRoot id =" .phpstorm.meta.php" path =" .phpstorm.meta.php/" runtime =" false" />
189
-
190
188
<internalFileTemplate name =" Magento Module Composer" />
191
189
<internalFileTemplate name =" Magento Module Registration Php" />
192
190
<internalFileTemplate name =" Magento Module Xml" />
219
217
<extensions defaultExtensionNs =" com.jetbrains.php" >
220
218
<frameworkProjectConfigurableProvider implementation =" com.magento.idea.magento2plugin.project.ConfigurableProvider" />
221
219
<frameworkUsageProvider implementation =" com.magento.idea.magento2plugin.project.UsagesProvider" />
220
+ <libraryRoot id =" phpstorm.meta.php" path =" /phpstorm.meta.php/" runtime =" false" />
222
221
</extensions >
223
222
224
223
</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