Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
34 | public function build(ContainerBuilder $container) |
||
35 | { |
||
36 | parent::build($container); |
||
37 | |||
38 | $this->checkPhpVersion(); |
||
39 | |||
40 | $container->addCompilerPass(new DependencyInjection\Compiler\ProfilerPass); |
||
41 | $container->addCompilerPass(new DependencyInjection\Compiler\PoolerPass); |
||
42 | $container->addCompilerPass(new DependencyInjection\Compiler\ModelPass); |
||
43 | $container->addCompilerPass(new DependencyInjection\Compiler\BuilderPass); |
||
44 | } |
||
45 | |||
71 |
If you suppress an error, we recommend checking for the error condition explicitly: