We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f47876c commit c54a3f4Copy full SHA for c54a3f4
src/com/magento/idea/magento2plugin/actions/generation/NewModuleAction.java
@@ -96,7 +96,7 @@ public void update(final AnActionEvent event) {
96
final boolean isCustomVendorDirValid =
97
MagentoBasePathUtil.isCustomVendorDirValid(sourceDirPath);
98
99
- if (!isCustomCodeSourceDirValid && !isCustomVendorDirValid) {
+ if (!isCustomCodeSourceDirValid && !isCustomVendorDirValid) { //NOPMD
100
event.getPresentation().setVisible(false);
101
return;
102
}
0 commit comments