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 a52206e commit 84f3991Copy full SHA for 84f3991
OverblogThriftBundle.php
@@ -37,6 +37,6 @@ public function build(ContainerBuilder $container)
37
{
38
parent::build($container);
39
40
- $container->addCompilerPass(new FactoryPass(), PassConfig::TYPE_BEFORE_OPTIMIZATION, 1000)
+ $container->addCompilerPass(new FactoryPass(), PassConfig::TYPE_BEFORE_OPTIMIZATION, 1000);
41
}
42
0 commit comments