Skip to content

Commit f779f3a

Browse files
author
Vitaliy Boyko
committed
Fixed statement
1 parent 0d6564d commit f779f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/magento/idea/magento2plugin/reference/provider/MenuReferenceProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public PsiReference[] getReferencesByElement(
6464
}
6565
}
6666

67-
if (psiElements.isEmpty()) {
67+
if (!psiElements.isEmpty()) {
6868
psiReferences.add(
6969
new PolyVariantReferenceBase(element, psiElements)
7070
);

0 commit comments

Comments
 (0)