We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28405b1 commit 956def5Copy full SHA for 956def5
FOSRestBundle.php
@@ -35,7 +35,7 @@ class FOSRestBundle extends Bundle
35
public function build(ContainerBuilder $container)
36
{
37
$container->addCompilerPass(new SerializerConfigurationPass());
38
- $container->addCompilerPass(new ConfigurationCheckPass());
+ $container->addCompilerPass(new ConfigurationCheckPass(), PassConfig::TYPE_BEFORE_OPTIMIZATION, -10);
39
$container->addCompilerPass(new FormatListenerRulesPass());
40
$container->addCompilerPass(new TwigExceptionPass());
41
$container->addCompilerPass(new JMSFormErrorHandlerPass());
0 commit comments