We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3499f93 commit 04eacdbCopy full SHA for 04eacdb
src/main/java/fr/adrienbrault/idea/symfony2plugin/routing/PhpLineMarkerProvider.java
@@ -46,7 +46,7 @@ public void collectSlowLineMarkers(@NotNull List<? extends PsiElement> psiElemen
46
}
47
48
private void attachRouteActions(@NotNull Collection<? super LineMarkerInfo<?>> lineMarkerInfos, @NotNull PsiElement psiElement) {
49
- if (!(psiElement instanceof FunctionReference)) {
+ if (!(psiElement instanceof MethodReference)) {
50
return;
51
52
0 commit comments