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 4871b6a commit d0b4e80Copy full SHA for d0b4e80
src/com/magento/idea/magento2plugin/magento/files/CommonXml.java
@@ -5,6 +5,7 @@
5
6
package com.magento.idea.magento2plugin.magento.files;
7
8
+@SuppressWarnings({"PMD.FieldNamingConventions", "PMD.ClassNamingConventions"})
9
public class CommonXml {
10
public static String SCHEMA_VALIDATE_ATTRIBUTE = "xsi:type";
11
public static String INIT_PARAMETER = "init_parameter";
0 commit comments