Skip to content

Commit 4ba6e80

Browse files
author
Vitaliy Boyko
committed
Merge branch 'menu-xml-support' of github.com:magento/magento2-phpstorm-plugin into ui-component-grid-controller-layout-acl-menu
2 parents c2aa411 + f779f3a commit 4ba6e80

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)