Skip to content

Commit 2a3a9eb

Browse files
committed
add new indexes and reorder cleanup array
1 parent a51cb39 commit 2a3a9eb

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/fr/adrienbrault/idea/symfony2plugin/stubs/util/IndexUtil.java

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,21 @@ public class IndexUtil {
99
public static void forceReindex() {
1010

1111
ID<?,?>[] indexIds = new ID<?,?>[] {
12-
ServicesDefinitionStubIndex.KEY,
1312
AnnotationRoutesStubIndex.KEY,
13+
ContainerBuilderStubIndex.KEY,
1414
ContainerParameterStubIndex.KEY,
15+
DoctrineMetadataFileStubIndex.KEY,
16+
EventAnnotationStubIndex.KEY,
17+
FileResourcesIndex.KEY,
18+
PhpTwigTemplateUsageStubIndex.KEY,
19+
RoutesStubIndex.KEY,
20+
ServicesDefinitionStubIndex.KEY,
1521
ServicesTagStubIndex.KEY,
1622
TwigExtendsStubIndex.KEY,
1723
TwigIncludeStubIndex.KEY,
1824
TwigMacroFromStubIndex.KEY,
1925
TwigMacroFunctionStubIndex.KEY,
20-
RoutesStubIndex.KEY,
2126
YamlTranslationStubIndex.KEY,
22-
DoctrineMetadataFileStubIndex.KEY,
23-
FileResourcesIndex.KEY,
2427
};
2528

2629
for(ID<?,?> id: indexIds) {

0 commit comments

Comments
 (0)