File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed 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
+ }
Original file line number Diff line number Diff line change 99
99
100
100
<directoryProjectConfigurator implementation =" com.magento.idea.magento2plugin.project.ProjectDetector" />
101
101
102
+ <libraryRoot id =" .phpstorm.meta.php" path =" /.phpstorm.meta.php/" runtime =" false" />
103
+
102
104
<localInspection language =" PHP" groupPath =" PHP"
103
105
shortName =" PluginInspection" displayName =" Inspection for the Plugin declaration"
104
106
groupName =" Magento" enabledByDefault =" true" level =" ERROR"
105
107
implementationClass =" com.magento.idea.magento2plugin.inspections.php.PluginInspection" />
106
-
107
108
</extensions >
108
109
109
110
<application-components >
You can’t perform that action at this time.
0 commit comments