Skip to content

Commit 84f3991

Browse files
authored
Fix Parse error
1 parent a52206e commit 84f3991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OverblogThriftBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ public function build(ContainerBuilder $container)
3737
{
3838
parent::build($container);
3939

40-
$container->addCompilerPass(new FactoryPass(), PassConfig::TYPE_BEFORE_OPTIMIZATION, 1000)
40+
$container->addCompilerPass(new FactoryPass(), PassConfig::TYPE_BEFORE_OPTIMIZATION, 1000);
4141
}
4242
}

0 commit comments

Comments
 (0)