Skip to content

Commit

Permalink
Di autocomplete update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy Boyko committed Feb 3, 2021
1 parent 8060d4c commit 2f786d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
- Inspection warning for disabled observer [#432](https://github.com/magento/magento2-phpstorm-plugin/pull/432)
- The action item to the context menu to copy file path in the Magento format [#451](https://github.com/magento/magento2-phpstorm-plugin/pull/451)

### Fixed

- The null pointer exception on the Create Module Dialog

## 3.0.4

### Fixed
Expand Down
3 changes: 1 addition & 2 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@
<extensions defaultExtensionNs="com.jetbrains.php">
<frameworkProjectConfigurableProvider implementation="com.magento.idea.magento2plugin.project.ConfigurableProvider"/>
<frameworkUsageProvider implementation="com.magento.idea.magento2plugin.project.UsagesProvider"/>
<libraryRoot id="phpstorm.meta.php" path="/phpstorm.meta.php/" runtime="false"/>
<libraryRoot id="phpstorm.meta.php" path="/.phpstorm.meta.php/" runtime="false"/>
</extensions>

</idea-plugin>

0 comments on commit 2f786d1

Please sign in to comment.