Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Code Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Tests | 9 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
29 | 4 | public function build(ContainerBuilder $container) |
|
30 | { |
||
31 | 4 | parent::build($container); |
|
32 | |||
33 | 4 | $container->addCompilerPass(new ConfigSourcePass()); |
|
34 | 4 | $container->addCompilerPass(new IndexPass()); |
|
35 | 4 | $container->addCompilerPass(new RegisterProvidersPass(), PassConfig::TYPE_BEFORE_REMOVING); |
|
|
|||
36 | 4 | $container->addCompilerPass(new RegisterPagerProvidersPass(), PassConfig::TYPE_BEFORE_REMOVING); |
|
37 | 4 | $container->addCompilerPass(new RegisterPersistersPass(), PassConfig::TYPE_BEFORE_REMOVING); |
|
38 | 4 | $container->addCompilerPass(new TransformerPass()); |
|
39 | 4 | } |
|
40 | } |
||
41 |
This class, trait or interface has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the type will be removed from the class and what other constant to use instead.