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 3f8a8e7 commit 94cac05Copy full SHA for 94cac05
src/com/magento/idea/magento2plugin/indexes/EventIndex.java
@@ -24,7 +24,7 @@ public class EventIndex {
24
private final Project project;
25
26
/**
27
- * Gets singleton instance.
+ * Constructor.
28
*/
29
public EventIndex(final Project project) {
30
this.project = project;
src/com/magento/idea/magento2plugin/util/xml/XmlPsiTreeUtil.java
@@ -54,6 +54,9 @@ public static XmlTag getTypeTagOfArgument(final XmlElement psiArgumentValueEleme
54
55
* Finds observer tags by event-observer name combination.
56
57
+ @SuppressWarnings({
58
+ "PMD.CyclomaticComplexity"
59
+ })
60
public static Collection<XmlAttributeValue> findObserverTags(
61
final XmlFile xmlFile,
62
final String eventName,
0 commit comments