| Total Complexity | 4 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | class indexerPass implements CompilerPassInterface |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @var midcom_config |
||
| 14 | */ |
||
| 15 | private $config; |
||
| 16 | |||
| 17 | 1 | public function __construct(midcom_config $config) |
|
| 18 | { |
||
| 19 | 1 | $this->config = $config; |
|
| 20 | 1 | } |
|
| 21 | |||
| 22 | 1 | public function process(ContainerBuilder $container) |
|
| 36 | } |
||
| 37 | } |
||
| 38 | } |