176177178179180181182183184185186
if(!Symfony2ProjectComponent.isEnabled(element)) { return new PsiReference[0]; } return new PsiReference[] { new EventDispatcherEventReference(element, PsiElementUtils.removeIdeaRuleHack(PsiElementUtils.trimQuote(element.getText()))) }; } } );
124125126127128129130131132133134
if (!interfacesUtil.isCallTo(method, "\\Symfony\\Component\\EventDispatcher\\EventSubscriberInterface", "getSubscribedEvents")) { return new PsiReference[0]; } return new PsiReference[] { new EventDispatcherEventReference((StringLiteralExpression) psiElement) }; } } );