File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
14
14
- Inspection warning for disabled observer [ #432 ] ( https://github.com/magento/magento2-phpstorm-plugin/pull/432 )
15
15
- 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 )
16
16
17
+ ### Fixed
18
+
19
+ - The null pointer exception on the Create Module Dialog
20
+
17
21
## 3.0.4
18
22
19
23
### Fixed
File renamed without changes.
Original file line number Diff line number Diff line change 236
236
<extensions defaultExtensionNs =" com.jetbrains.php" >
237
237
<frameworkProjectConfigurableProvider implementation =" com.magento.idea.magento2plugin.project.ConfigurableProvider" />
238
238
<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" />
240
240
</extensions >
241
-
242
241
</idea-plugin >
You can’t perform that action at this time.
0 commit comments