| Total Complexity | 4 |
| Total Lines | 35 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | class ChainParameterCompiler implements CompilerPassInterface |
||
| 12 | { |
||
| 13 | /** @TODO make this a parameter. */ |
||
| 14 | protected $paths = ["../config/etl/", "config/etl/", __DIR__ . "/../../Resources/config/etl"]; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * You can modify the container here before it is dumped to PHP code. |
||
| 18 | */ |
||
| 19 | public function process(ContainerBuilder $container) |
||
| 46 | } |
||
| 47 | } |