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 @@ -158,12 +158,12 @@ public function build(ContainerBuilder $container)
158
158
$ container ->addCompilerPass (new RegisterReverseContainerPass (true ));
159
159
$ container ->addCompilerPass (new RegisterReverseContainerPass (false ), PassConfig::TYPE_AFTER_REMOVING );
160
160
$ container ->addCompilerPass (new RemoveUnusedSessionMarshallingHandlerPass ());
161
- $ container ->addCompilerPass (new CacheCollectorPass (), PassConfig::TYPE_BEFORE_REMOVING );
162
161
163
162
if ($ container ->getParameter ('kernel.debug ' )) {
164
163
$ container ->addCompilerPass (new AddDebugLogProcessorPass (), PassConfig::TYPE_BEFORE_OPTIMIZATION , 2 );
165
164
$ container ->addCompilerPass (new UnusedTagsPass (), PassConfig::TYPE_AFTER_REMOVING );
166
165
$ container ->addCompilerPass (new ContainerBuilderDebugDumpPass (), PassConfig::TYPE_BEFORE_REMOVING , -255 );
166
+ $ container ->addCompilerPass (new CacheCollectorPass (), PassConfig::TYPE_BEFORE_REMOVING );
167
167
}
168
168
}
169
169
You can’t perform that action at this time.
0 commit comments