File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -163,12 +163,12 @@ public function build(ContainerBuilder $container)
163
163
$ container ->addCompilerPass (new RegisterReverseContainerPass (true ));
164
164
$ container ->addCompilerPass (new RegisterReverseContainerPass (false ), PassConfig::TYPE_AFTER_REMOVING );
165
165
$ container ->addCompilerPass (new RemoveUnusedSessionMarshallingHandlerPass ());
166
- $ container ->addCompilerPass (new CacheCollectorPass (), PassConfig::TYPE_BEFORE_REMOVING );
167
166
168
167
if ($ container ->getParameter ('kernel.debug ' )) {
169
168
$ container ->addCompilerPass (new AddDebugLogProcessorPass (), PassConfig::TYPE_BEFORE_OPTIMIZATION , 2 );
170
169
$ container ->addCompilerPass (new UnusedTagsPass (), PassConfig::TYPE_AFTER_REMOVING );
171
170
$ container ->addCompilerPass (new ContainerBuilderDebugDumpPass (), PassConfig::TYPE_BEFORE_REMOVING , -255 );
171
+ $ container ->addCompilerPass (new CacheCollectorPass (), PassConfig::TYPE_BEFORE_REMOVING );
172
172
}
173
173
}
174
174
You can’t perform that action at this time.
0 commit comments