Skip to content

Commit f79a8b9

Browse files
authored
Merge pull request #471 from eduard13/phpstorm-meta
Fixing the PhpStorm META path
2 parents 353300e + ac920be commit f79a8b9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
<extensions defaultExtensionNs="com.jetbrains.php">
237237
<frameworkProjectConfigurableProvider implementation="com.magento.idea.magento2plugin.project.ConfigurableProvider"/>
238238
<frameworkUsageProvider implementation="com.magento.idea.magento2plugin.project.UsagesProvider"/>
239-
<libraryRoot id="phpstorm.meta.php" path="/phpstorm.meta.php/" runtime="false"/>
239+
<libraryRoot id="phpstorm.meta.php" path="/.phpstorm.meta.php/" runtime="false"/>
240240
</extensions>
241241

242242
</idea-plugin>

0 commit comments

Comments
 (0)