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 1d24a8f commit ffcea95Copy full SHA for ffcea95
src/com/magento/idea/magento2uct/inspections/xml/ModuleConfigFileInspection.java
@@ -32,7 +32,7 @@ abstract class ModuleConfigFileInspection extends XmlSuppressableInspectionTool
32
private static final String LAYOUT_FILE_REGEX = "\\/(layout|ui_component)\\/.*\\.xml";
33
private static final Pattern LAYOUT_FILE_PATTERN = Pattern.compile(LAYOUT_FILE_REGEX);
34
35
- private final String[] supportedFiles = new String[]{
+ private final String[] supportedFiles = {
36
"di.xml",
37
"system.xml",
38
"events.xml",
0 commit comments