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 {
89
89
}
90
90
91
91
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*" ;
93
94
}
94
95
}
Original file line number Diff line number Diff line change 14
14
import com .jetbrains .php .lang .psi .elements .StringLiteralExpression ;
15
15
import com .magento .idea .magento2plugin .magento .files .RegistrationPhp ;
16
16
import com .magento .idea .magento2plugin .util .RegExUtil ;
17
- import org .jetbrains .annotations .Nullable ;
18
17
import java .util .regex .Matcher ;
19
18
import java .util .regex .Pattern ;
19
+ import org .jetbrains .annotations .Nullable ;
20
20
21
21
public final class GetModuleNameByDirectoryUtil {
22
22
You can’t perform that action at this time.
0 commit comments