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 b089766 commit 8273831Copy full SHA for 8273831
src/com/magento/idea/magento2plugin/project/validator/SettingsFormValidator.java
@@ -36,13 +36,11 @@ public void validate() throws ConfigurationException {
36
MagentoBasePathUtil.isMagentoFolderValid(magentoRootPath);
37
38
if (!MagentoBasePathUtil.isComposerJsonExists(magentoRootPath)) {
39
-
40
if (isMagentoFrameworkDirExist) {
41
throw new ConfigurationException(
42
validatorBundle.message("validator.package.validPathComposerFiles")
43
);
44
}
45
46
47
validatorBundle.message("validator.package.validPath")
48
0 commit comments