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.
2 parents 3499f93 + 04eacdb commit b7f3e19Copy full SHA for b7f3e19
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