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 c60e5db commit 6bf795dCopy full SHA for 6bf795d
src/com/magento/idea/magento2plugin/actions/generation/dialog/validator/rule/PhpDirectoryRule.java
@@ -13,7 +13,7 @@ public class PhpDirectoryRule implements ValidationRule {
13
14
@Override
15
public boolean check(final String value) {
16
- return value.matches(RegExUtil.Magento.PHP_CLASS);
+ return value.matches(RegExUtil.DIRECTORY);
17
}
18
19
public static ValidationRule getInstance() {
0 commit comments