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) {
126
126
&& observerDisabledAttribute .getValue ().equals ("true" )
127
127
&& !observerName .isEmpty ()
128
128
) {
129
- @ Nullable XmlAttributeValue valueElement
129
+ @ Nullable final XmlAttributeValue valueElement
130
130
= observerNameAttribute .getValueElement ();
131
131
if (modulesWithSameObserverName .isEmpty () && valueElement != null ) {
132
132
problemsHolder .registerProblem (
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ public void visitFile(final PsiFile file) {
120
120
&& pluginTypeDisabledAttribute .getValue ().equals ("true" )
121
121
&& !pluginTypeName .isEmpty ()
122
122
) {
123
- @ Nullable XmlAttributeValue valueElement
123
+ @ Nullable final XmlAttributeValue valueElement
124
124
= pluginTypeNameAttribute .getValueElement ();
125
125
if (modulesWithSamePluginName .isEmpty () && valueElement != null ) {
126
126
problemsHolder .registerProblem (
You can’t perform that action at this time.
0 commit comments