File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Symfony/Bundle/FrameworkBundle Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ public function build(ContainerBuilder $container)
132
132
$ container ->addCompilerPass (new RegisterReverseContainerPass (false ), PassConfig::TYPE_AFTER_REMOVING );
133
133
134
134
if ($ container ->getParameter ('kernel.debug ' )) {
135
- $ container ->addCompilerPass (new AddDebugLogProcessorPass (), PassConfig::TYPE_BEFORE_OPTIMIZATION , - 32 );
135
+ $ container ->addCompilerPass (new AddDebugLogProcessorPass (), PassConfig::TYPE_BEFORE_OPTIMIZATION , 2 );
136
136
$ container ->addCompilerPass (new UnusedTagsPass (), PassConfig::TYPE_AFTER_REMOVING );
137
137
$ container ->addCompilerPass (new ContainerBuilderDebugDumpPass (), PassConfig::TYPE_BEFORE_REMOVING , -255 );
138
138
$ container ->addCompilerPass (new CacheCollectorPass (), PassConfig::TYPE_BEFORE_REMOVING );
You can’t perform that action at this time.
0 commit comments