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