Skip to content

Commit 7de2a0f

Browse files
committed
#1890 pipe also the fake php file to completion proxying for php
1 parent d3e01e0 commit 7de2a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/fr/adrienbrault/idea/symfony2plugin/templating/TwigTemplateCompletionContributor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ protected void addCompletions(@NotNull CompletionParameters parameters, @NotNull
10711071

10721072
CompletionService.getCompletionService().performCompletion(new CompletionParameters(
10731073
firstChild,
1074-
target.getContainingFile(),
1074+
firstChild.getContainingFile(),
10751075
CompletionType.BASIC,
10761076
firstChild.getTextOffset(),
10771077
parameters.getInvocationCount(),

0 commit comments

Comments
 (0)