There was an error while loading. Please reload this page.
1 parent a51cb39 commit 2a3a9ebCopy full SHA for 2a3a9eb
src/fr/adrienbrault/idea/symfony2plugin/stubs/util/IndexUtil.java
@@ -9,18 +9,21 @@ public class IndexUtil {
9
public static void forceReindex() {
10
11
ID<?,?>[] indexIds = new ID<?,?>[] {
12
- ServicesDefinitionStubIndex.KEY,
13
AnnotationRoutesStubIndex.KEY,
+ ContainerBuilderStubIndex.KEY,
14
ContainerParameterStubIndex.KEY,
15
+ DoctrineMetadataFileStubIndex.KEY,
16
+ EventAnnotationStubIndex.KEY,
17
+ FileResourcesIndex.KEY,
18
+ PhpTwigTemplateUsageStubIndex.KEY,
19
+ RoutesStubIndex.KEY,
20
+ ServicesDefinitionStubIndex.KEY,
21
ServicesTagStubIndex.KEY,
22
TwigExtendsStubIndex.KEY,
23
TwigIncludeStubIndex.KEY,
24
TwigMacroFromStubIndex.KEY,
25
TwigMacroFunctionStubIndex.KEY,
- RoutesStubIndex.KEY,
26
YamlTranslationStubIndex.KEY,
- DoctrineMetadataFileStubIndex.KEY,
- FileResourcesIndex.KEY,
27
};
28
29
for(ID<?,?> id: indexIds) {
0 commit comments