Skip to content

Commit 4126973

Browse files
author
Vitaliy Boyko
committed
Fixed library root
1 parent 25fa458 commit 4126973

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
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>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
3+
namespace PHPSTORM_META {
4+
override(\Magento\Framework\ObjectManagerInterface::get(0), map(['' => '@']));
5+
override(\Magento\Framework\ObjectManagerInterface::create(0), map(['' => '@']));
6+
}

0 commit comments

Comments
 (0)