File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/com/magento/idea/magento2plugin/util Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ public static class XmlRegex {
8989 }
9090
9191 public static class CustomTheme {
92- public static final String MODULE_NAME = "app\\ /design\\ /(adminhtml|frontend)\\ /\\ w*\\ /\\ w*\\ /\\ w*" ;
92+ public static final String MODULE_NAME =
93+ "app\\ /design\\ /(adminhtml|frontend)\\ /\\ w*\\ /\\ w*\\ /\\ w*" ;
9394 }
9495}
Original file line number Diff line number Diff line change 1414import com .jetbrains .php .lang .psi .elements .StringLiteralExpression ;
1515import com .magento .idea .magento2plugin .magento .files .RegistrationPhp ;
1616import com .magento .idea .magento2plugin .util .RegExUtil ;
17- import org .jetbrains .annotations .Nullable ;
1817import java .util .regex .Matcher ;
1918import java .util .regex .Pattern ;
19+ import org .jetbrains .annotations .Nullable ;
2020
2121public final class GetModuleNameByDirectoryUtil {
2222
You can’t perform that action at this time.
0 commit comments