File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/com/magento/idea/magento2plugin/inspections/xml Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ public void visitFile(final PsiFile file) {
126126 && observerDisabledAttribute .getValue ().equals ("true" )
127127 && !observerName .isEmpty ()
128128 ) {
129- @ Nullable XmlAttributeValue valueElement
129+ @ Nullable final XmlAttributeValue valueElement
130130 = observerNameAttribute .getValueElement ();
131131 if (modulesWithSameObserverName .isEmpty () && valueElement != null ) {
132132 problemsHolder .registerProblem (
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ public void visitFile(final PsiFile file) {
120120 && pluginTypeDisabledAttribute .getValue ().equals ("true" )
121121 && !pluginTypeName .isEmpty ()
122122 ) {
123- @ Nullable XmlAttributeValue valueElement
123+ @ Nullable final XmlAttributeValue valueElement
124124 = pluginTypeNameAttribute .getValueElement ();
125125 if (modulesWithSamePluginName .isEmpty () && valueElement != null ) {
126126 problemsHolder .registerProblem (
You can’t perform that action at this time.
0 commit comments